mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-23 22:27:34 -05:00
3c2f5741f4
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
cli-commons | ||
e2e-npm6 | ||
e2e-npm7 | ||
e2e-npm8 | ||
e2e-pnpm6 | ||
e2e-pnpm7 | ||
e2e-yarn1 | ||
e2e-yarn2 | ||
e2e-yarn3 | ||
e2e-yarn4 | ||
README.md |
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
andyarn modern (2,3, 4)
,pnpm 6,7
andnpm 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)