0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-23 22:27:34 -05:00
verdaccio/test/cli
Juan Picado ccabb4b876
test: e2e audit cmd (#3382)
* test: e2e audit

* Update process.ts

* Update audit.spec.ts

* Update package.json

* chore: test

* test

* test

* chore: add docs
2022-09-17 00:33:55 +02:00
..
cli-commons test: e2e audit cmd (#3382) 2022-09-17 00:33:55 +02:00
e2e-npm6 test: e2e audit cmd (#3382) 2022-09-17 00:33:55 +02:00
e2e-npm7 test: e2e audit cmd (#3382) 2022-09-17 00:33:55 +02:00
e2e-npm8 test: e2e audit cmd (#3382) 2022-09-17 00:33:55 +02:00
e2e-pnpm6 test: e2e audit cmd (#3382) 2022-09-17 00:33:55 +02:00
e2e-pnpm7 test: e2e audit cmd (#3382) 2022-09-17 00:33:55 +02:00
e2e-yarn1 test: e2e audit cmd (#3382) 2022-09-17 00:33:55 +02:00
e2e-yarn2 test: e2e audit cmd (#3382) 2022-09-17 00:33:55 +02:00
e2e-yarn3 test: e2e audit cmd (#3382) 2022-09-17 00:33:55 +02:00
e2e-yarn4 test: e2e audit cmd (#3382) 2022-09-17 00:33:55 +02:00
README.md test: e2e audit cmd (#3382) 2022-09-17 00:33:55 +02:00

E2E CLI Testing

What is included on these test?

  • Default configuration only
  • Test with all popular package managers (yarn classic and yarn modern (2,3, 4), pnpm 6,7 and npm 6, 7 and 8)

Commands Tested

cmd npm6 npm7 npm8 pnpm6 pnpm7 yarn1 yarn2 yarn3 yarn4
publish
info
audit

How it works?

TBA

What should not included on these tests?

  • Anything is unrelated with client commands usage, eg: (auth permissions, third party integrations, hooks, plugins)