You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running this command:
npx artillery run hello-world.ts
I expected to see this happen:
Transpiled js files in dist folder are automatically deleted after test execution
Instead, this happened:
Transpiled js folders are still in there after test execution and need to be deleted manually, otherwise the test will fail on a subsequent execution
This behaviour was default in past versions but with changes on ts files processing it was changed
The text was updated successfully, but these errors were encountered:
Version info:
2.0.22
Running this command:
npx artillery run hello-world.ts
I expected to see this happen:
Transpiled js files in dist folder are automatically deleted after test execution
Instead, this happened:
Transpiled js folders are still in there after test execution and need to be deleted manually, otherwise the test will fail on a subsequent execution
This behaviour was default in past versions but with changes on ts files processing it was changed
The text was updated successfully, but these errors were encountered: