0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00
verdaccio/e2e/ui
Juan Picado 47e6ce9083
chore: reuse workflows configurations (#4965)
* build

test

test

test

Update action.yml

Update action.yml

test

test

Update action.yml

Update action.yml

Update action.yml

test

test

Update ci.yml

Update ci.yml

test

test

test

test

Update action.yml

test

Update ci.yml

Update e2e-ci.yml

test

* Update ci.yml

* Update plugin-generator-e2e.yaml

* test

* test

* test

* test

* Update e2e-ci.yml

* Update e2e-ui.yml

* test

* Update ci.yml

* Update ci.yml

* Update action.yml

* Update action.yml

* Update package.json

* Update static-data.yml

* Update static-data.yml

* Update website.yml

* test

* Update ui-components.yml

* Update ui-components.yml

* Update ui-components.yml
2024-11-28 10:53:05 +01:00
..
config feat: upgrade react 18 (#3495) 2022-11-12 22:05:08 +01:00
cypress fix: ui dialog break pages on open due remark error (#4514) 2024-02-20 21:41:04 +01:00
.babelrc e2e: npm search and ping commands (#3386) 2022-09-19 23:10:38 +02:00
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 chore: reuse workflows configurations (#4965) 2024-11-28 10:53:05 +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 chore: migrate to cypress for ui e2e (#3434) 2022-10-15 07:43:42 +02:00

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.