github.com/saucelabs/saucectl@v0.175.1/.sauce/espresso.yml (about)

     1  apiVersion: v1alpha
     2  kind: espresso
     3  sauce:
     4    region: us-west-1
     5    concurrency: 10
     6    metadata:
     7      tags:
     8        - e2e
     9      build: "$BUILD_ID"
    10  defaults:
    11    timeout: 5m
    12  espresso:
    13    app: ./tests/e2e/espresso/mda-1.0.17-20.apk
    14    testApp: ./tests/e2e/espresso/mda-androidTest-1.0.17-20.apk
    15  suites:
    16    - name: "saucy barista"
    17      devices:
    18        - name: "Google.*"
    19          platformVersion: "13"
    20      emulators:
    21        - name: "Android GoogleAPI Emulator"
    22          platformVersions:
    23            - "13.0"
    24  artifacts:
    25    download:
    26      when: always
    27      match:
    28        - junit.xml
    29      directory: ./artifacts/