We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 817fe4a commit 00b742cCopy full SHA for 00b742c
packages/toolkit/src/test/testRunner.ts
@@ -42,7 +42,7 @@ export async function runTests(testFolder: string, initTests: string[] = [], tes
42
}
43
44
const root = getRoot()
45
- const outputFile = path.resolve(root, '.test-reports', 'report.xml')
+ const outputFile = path.resolve(root, '../../', '.test-reports', 'report.xml')
46
const colorOutput = !process.env['AWS_TOOLKIT_TEST_NO_COLOR']
47
48
// Create the mocha test
0 commit comments