0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-03 23:09:17 -05:00
verdaccio/test/cli
renovate[bot] f332927f02
fix(deps): update all core dependencies (#3327)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-27 15:41:25 +02:00
..
cli-commons chore: update versions (6-next) (#3329) 2022-08-27 15:07:19 +02:00
e2e-npm6 chore: update versions (6-next) (#3329) 2022-08-27 15:07:19 +02:00
e2e-npm7 chore: update versions (6-next) (#3329) 2022-08-27 15:07:19 +02:00
e2e-npm8 chore: update versions (6-next) (#3329) 2022-08-27 15:07:19 +02:00
e2e-pnpm6 chore: update versions (6-next) (#3329) 2022-08-27 15:07:19 +02:00
e2e-pnpm7 chore: update versions (6-next) (#3329) 2022-08-27 15:07:19 +02:00
e2e-yarn1 chore: update versions (6-next) (#3329) 2022-08-27 15:07:19 +02:00
e2e-yarn2 chore: update versions (6-next) (#3329) 2022-08-27 15:07:19 +02:00
e2e-yarn3 fix(deps): update all core dependencies (#3327) 2022-08-27 15:41:25 +02:00
e2e-yarn4 chore: update versions (6-next) (#3329) 2022-08-27 15:07:19 +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)