Description
The npm run test:integ does not build the project before running the tests. Since the integ tests use the built artifact, this can cause confusing behavior where the latest changes are not tested.
Steps to Reproduce
npm run test:integ after making changes that are not in the build.
Expected Behavior
npm run test:integ builds from source to ensure latest changes are tested.
Actual Behavior
no build occurs.
CLI Version
No response
Operating System
macOS
Additional Context
No response
Description
The
npm run test:integdoes not build the project before running the tests. Since the integ tests use the built artifact, this can cause confusing behavior where the latest changes are not tested.Steps to Reproduce
npm run test:integafter making changes that are not in the build.Expected Behavior
npm run test:integbuilds from source to ensure latest changes are tested.Actual Behavior
no build occurs.
CLI Version
No response
Operating System
macOS
Additional Context
No response