Skip to content

Commit

Permalink
Tweak artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed Oct 31, 2022
1 parent 9ce17a6 commit b06342f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions e2e/TestSpec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,10 @@ phases:
commands:
- echo "Starting tests"
- npm run test:e2e -- --skipInstallDeps --skipBuild

# The artifacts phase lets you specify the location where your tests logs, device logs will be stored.
# And also let you specify the location of your test logs and artifacts which you want to be collected by Device Farm.
# These logs and artifacts will be available through ListArtifacts API in Device Farm.
artifacts:
- $DEVICEFARM_LOG_DIR
- $DEVICEFARM_TEST_PACKAGE_PATH/Git-App/e2e

0 comments on commit b06342f

Please sign in to comment.