0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-03 23:09:17 -05:00
verdaccio/e2e/ui
renovate[bot] 68bc817479
fix(deps): update dependency debug to v4.4.0 (#5003)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-15 15:15:09 +01:00
..
config
cypress fix: ui dialog break pages on open due remark error (#4514) 2024-02-20 21:41:04 +01:00
.babelrc
CHANGELOG.md feat!: bump to v7 2023-08-21 17:38:13 +02:00
cypress.config.ts fix: ui dialog break pages on open due remark error (#4514) 2024-02-20 21:41:04 +01:00
package.json fix(deps): update dependency debug to v4.4.0 (#5003) 2024-12-15 15:15:09 +01:00
README.md fix: ui dialog break pages on open due remark error (#4514) 2024-02-20 21:41:04 +01:00
tsconfig.json

E2E UI Testing

What is included on these test?

  • Run acceptance test on UI
    • Check home page works correctly
    • Check navigation
    • Check sidebar
    • Check protected packages works

Running test locally

  • Ensure no other verdaccio server is running, cypress will spawn it's own registry instance
  • To run all test: pnpm test
  • To run single test: pnpm test -- --spec 'cypress/e2e/home.cy.ts'

Contribute

More tests could be added to verify UI works as expected.