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 3c2f5741f4
chore: update versions (6-next) (#3350)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-04 11:56:23 +02:00
..
cli-commons chore: update versions (6-next) (#3350) 2022-09-04 11:56:23 +02:00
e2e-npm6 chore: update versions (6-next) (#3350) 2022-09-04 11:56:23 +02:00
e2e-npm7 chore: update versions (6-next) (#3350) 2022-09-04 11:56:23 +02:00
e2e-npm8 chore: update versions (6-next) (#3350) 2022-09-04 11:56:23 +02:00
e2e-pnpm6 chore: update versions (6-next) (#3350) 2022-09-04 11:56:23 +02:00
e2e-pnpm7 chore: update versions (6-next) (#3350) 2022-09-04 11:56:23 +02:00
e2e-yarn1 chore: update versions (6-next) (#3350) 2022-09-04 11:56:23 +02:00
e2e-yarn2 chore: update versions (6-next) (#3350) 2022-09-04 11:56:23 +02:00
e2e-yarn3 chore: update versions (6-next) (#3350) 2022-09-04 11:56:23 +02:00
e2e-yarn4 chore: update versions (6-next) (#3350) 2022-09-04 11:56:23 +02:00
README.md chore: add yarn modern (2, 3, 4) to cli E2E (#3289) 2022-08-04 20:04:12 +02:00

E2E CLI Testing

What is included on these test?

  • Default configuration only
  • Basic commands eg (install / add, info, publish, search).
  • Test with all popular package managers (yarn classic and yarn modern (2,3, 4), pnpm 6,7 and npm 6, 7 and 8)

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)