Skip to content

Signature V4 suite fixture script misses test cases #891

Closed
@srchase

Description

@srchase

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

Metadata

Metadata

Assignees

Labels

bugThis issue is a bug.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions