Keep the test-results.json file in the root dir of e2e-environment
This commit is contained in:
parent
037c6205d0
commit
1a6708b57c
|
@ -75,7 +75,7 @@ if ( program.args.length == 1 ) {
|
|||
}
|
||||
|
||||
let jestCommand = 'jest';
|
||||
let outputFile = __dirname + '/test-results.json';
|
||||
let outputFile = process.cwd() + '/test-results.json';
|
||||
const jestArgs = [
|
||||
'--maxWorkers=1',
|
||||
'--rootDir=./',
|
||||
|
|
Loading…
Reference in New Issue