Skip to content

Commit 00b742c

Browse files
committed
fix testRunner to output report to top-level .test-reports/
1 parent 817fe4a commit 00b742c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolkit/src/test/testRunner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export async function runTests(testFolder: string, initTests: string[] = [], tes
4242
}
4343

4444
const root = getRoot()
45-
const outputFile = path.resolve(root, '.test-reports', 'report.xml')
45+
const outputFile = path.resolve(root, '../../', '.test-reports', 'report.xml')
4646
const colorOutput = !process.env['AWS_TOOLKIT_TEST_NO_COLOR']
4747

4848
// Create the mocha test

0 commit comments

Comments
 (0)