Skip to content

Commit

Permalink
Adding jest test names
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-buttner committed Apr 8, 2020
1 parent 745c15d commit 661f860
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions x-pack/test/functional_endpoint/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ export default async function({ readConfigFile }: FtrConfigProviderContext) {
...xpackFunctionalConfig.getAll(),
pageObjects,
testFiles: [resolve(__dirname, './apps/endpoint')],
junit: {
reportName: 'X-Pack Endpoint Functional Tests',
},
apps: {
...xpackFunctionalConfig.get('apps'),
endpoint: {
Expand Down
3 changes: 3 additions & 0 deletions x-pack/test/functional_endpoint_ingest_failure/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ export default async function({ readConfigFile }: FtrConfigProviderContext) {
return {
...xpackFunctionalConfig.getAll(),
testFiles: [resolve(__dirname, './apps/endpoint')],
junit: {
reportName: 'X-Pack Endpoint Without Ingest Functional Tests',
},
kbnTestServer: {
...xpackFunctionalConfig.get('kbnTestServer'),
serverArgs: [
Expand Down

0 comments on commit 661f860

Please sign in to comment.