integ-runner: --watch flag creates a cdk.context.json with watch
field
#30485
Labels
@aws-cdk/integ-runner
bug
This issue is a bug.
effort/medium
Medium work item – several days of effort
p2
Describe the bug
integ runner creates a
cdk.context.json
file with thewatch
field if the the context file does not exist, when it actually needs acdk.json
with thewatch
field.Expected Behavior
Create a
cdk.json
with thewatch
field if it doesn't existCurrent Behavior
integ runner creates a
cdk.context.json
file with thewatch
field if the the context file does not existReproduction Steps
integ-runner
andinteg-tests-alpha
to thepackage.json
npm install
test/integ.example.test.ts
filecdk.json
file (doesn't matter)Possible Solution
cdk.context.json
cdk.json
with thewatch
fieldAdditional Information/Context
The documentation needs to be update to reflect this
CDK CLI Version
2.144.0 (build 5fb15bc)
Framework Version
No response
Node.js Version
v18.15.0
OS
Osx
Language
TypeScript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: