-
Notifications
You must be signed in to change notification settings - Fork 334
Reenable and improve vscode e2e tests #9428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
commit: |
|
All changed packages have been documented.
|
|
You can try these changes here
|
addbf9f to
e32ee6b
Compare
| let resLength = 0; | ||
| if (fs.existsSync(dir)) { | ||
| resLength = fs.readdirSync(dir).length; | ||
| await rm(cs.caseDir, { recursive: true }); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn’t seem to impact the test results, but I wanted to double-check whether this behavior is expected. The screenshots in the temp folder are no longer being cleaned up.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, meant to leave a comment to ask. What was the purpose to clean this up?
Reenable and cleanup for #9354