Keep the test-results.json file in the root dir of e2e-environment

This commit is contained in:
Lucas Bustamante 2022-01-12 13:50:10 -03:00
parent 037c6205d0
commit 1a6708b57c
1 changed files with 1 additions and 1 deletions

View File

@ -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=./',