Skip to content

Commit

Permalink
chore: move test results to a specific directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Feb 4, 2020
1 parent 5e39f14 commit f781eb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion x-pack/legacy/plugins/apm/cypress/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cypress/ingest-data/events.json
cypress/screenshots/*

**/*-e2e-tests.xml
cypress/test-results
2 changes: 1 addition & 1 deletion x-pack/legacy/plugins/apm/cypress/cypress.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"useRelativeSnapshots": true,
"reporter": "junit",
"reporterOptions": {
"mochaFile": "[hash]-e2e-tests.xml",
"mochaFile": "./cypress/test-results/[hash]-e2e-tests.xml",
"toConsole": false
},
"testFiles": "**/*.{feature,features}"
Expand Down

0 comments on commit f781eb5

Please sign in to comment.