0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-23 22:27:34 -05:00
verdaccio/test/cli
renovate[bot] e21ccea3a1
fix(deps): update all core dependencies (master) (#3278)
* fix(deps): update all core dependencies

* chore: restore docusaurus

* restore versions

* fix types

* chore: fix error

* chore: update snapshots

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Juan Picado <juanpicado19@gmail.com>
2022-08-08 08:55:41 +02:00
..
cli-commons fix(deps): update all core dependencies (master) (#3278) 2022-08-08 08:55:41 +02:00
e2e-npm6 chore: add yarn modern (2, 3, 4) to cli E2E (#3289) 2022-08-04 20:04:12 +02:00
e2e-npm7 chore: add yarn modern (2, 3, 4) to cli E2E (#3289) 2022-08-04 20:04:12 +02:00
e2e-npm8 chore: add yarn modern (2, 3, 4) to cli E2E (#3289) 2022-08-04 20:04:12 +02:00
e2e-pnpm6 chore: add yarn modern (2, 3, 4) to cli E2E (#3289) 2022-08-04 20:04:12 +02:00
e2e-pnpm7 chore: add yarn modern (2, 3, 4) to cli E2E (#3289) 2022-08-04 20:04:12 +02:00
e2e-yarn1 chore: add yarn modern (2, 3, 4) to cli E2E (#3289) 2022-08-04 20:04:12 +02:00
e2e-yarn2 fix(deps): update all core dependencies (master) (#3278) 2022-08-08 08:55:41 +02:00
e2e-yarn3 chore: add yarn modern (2, 3, 4) to cli E2E (#3289) 2022-08-04 20:04:12 +02:00
e2e-yarn4 chore: add yarn modern (2, 3, 4) to cli E2E (#3289) 2022-08-04 20:04:12 +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)