Skip to content

Commit

Permalink
ci: remove dedicated env var e2e test (#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexplischke authored Sep 27, 2023
1 parent a79dd3c commit 997f307
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 56 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,29 +269,6 @@ jobs:
- name: Saucectl RUN - CLI Driven
run: |
./saucectl run espresso -c "" --name "CLI Driven" --app ./tests/e2e/espresso/mda-1.0.17-20.apk --testApp ./tests/e2e/espresso/mda-androidTest-1.0.17-20.apk --emulator name="Android GoogleApi Emulator",platformVersion=11.0 --testOptions.size small
- name: Saucectl RUN - env var file
env:
REGION: us-west-1
CONCURRENCY: 2
TAG: env-tag
APP: ./tests/e2e/espresso/mda-1.0.17-20.apk
TEST_APP: ./tests/e2e/espresso/mda-androidTest-1.0.17-20.apk
SUITE_NAME: "Sauce test env var config file"
TEST_CLASS1: com.example.android.testing.androidjunitrunnersample.CalculatorAddParameterizedTest
TEST_CLASS2: com.example.android.testing.androidjunitrunnersample.CalculatorInstrumentationTest
EMULATOR_NAME: "Android GoogleApi Emulator"
PLATFORM_VERSION1: 11.0
PLATFORM_VERSION2: 10.0
GOOGLE_PIXEL_REAL_DEVICE: "Google Pixel C GoogleAPI Emulator"
PLATFORM_VERSION3: 8.1
ARTIFACTS_DOWNLOAD_WHEN: always
ARTIFACTS_MATCH1: junit.xml
ARTIFACTS_MATCH2: device.log
ARTIFACTS_DOWNLOAD_FOLDER: ./artifacts/
SLACK_CHANNEL: devx-slack-notifications
NOTIFICATION_SEND: always
run: |
./saucectl run -c .sauce/espresso-env-var.yml
xcuitest:
needs: build
Expand Down
33 changes: 0 additions & 33 deletions .sauce/espresso-env-var.yml

This file was deleted.

0 comments on commit 997f307

Please sign in to comment.