poponuts

Results 5 issues of poponuts

### Current behavior Cypress run fails in the CI pipeline as it looks for `fs-extra` plugin. Same command is used locally and works fine. The only difference is that CI...

I use config files to switch between environment URL's. I have multiple URL's I need to initiate with as well on my different test suites. Hence, I am not using...

`npm audit` shows the following: === npm audit security report === โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ” โ”‚ Manual Review โ”‚ โ”‚ Some vulnerabilities require your attention to resolve โ”‚ โ”‚ โ”‚ โ”‚ Visit https://go.npm.me/audit-guide...

Priority: Medium
Status: Available
Type: Bug

Version info: ``` Artillery: 2.0.7 Node.js: v19.9.0 OS: darwin ``` I have multiple node versions but currently points to `v19.9.0` Installed artillery globally too. Running this command: `artillery run hello-world.yml`...

I used the default yaml file to run load tests via CI (Note: This works fine when running on my local machine): ```yaml name: Main Workflow on: [push] jobs: build:...