Closed
Description
Describe the bug
The packages/signature-v4/scripts/buildSuiteFixture.js
script is creates a src/suite.fixture.ts
file that includes all the test scenarios from the /suite
directory.
That script only pulls in test cases from the top level of the /suite
directory and excludes the test cases nested in /suite/normalize-path
SDK version number
[email protected]
Is the issue in the browser/Node.js?
Browser/Node.js
Details of the browser/Node.js version
N/A
To Reproduce (observed behavior)
run yarn pretest
inspect src/suite.fixture.ts file
note missing normalize-path
test cases
Expected behavior
Test cases within suite/normalize-path
should get added to fixture file