Skip to content

nuclia/e2e

Folders and files

NameName
Last commit message
Last commit date

Latest commit

849e5e0 · Apr 11, 2025
Mar 11, 2025
Mar 12, 2025
Apr 11, 2025
Feb 5, 2025
Sep 12, 2023
Sep 12, 2023
Sep 12, 2023
Nov 18, 2024
Aug 26, 2024
Mar 14, 2024
Dec 13, 2023
Sep 25, 2023
Dec 12, 2024
Nov 18, 2024

Repository files navigation

e2e testing

e2e run

Setup

yarn install

Run manually

  • run all the tests from the terminal: cypress run
  • run a specific spec file: cypress run --spec "cypress/e2e/3-widget/find.cy.js"
  • or open cypress dashboard to run them one by one and debug: cypress open

By default, tests are running on stage (thanks to baseUrl set in cypress.config.js). To run the tests in your local environment:

CYPRESS_BASE_URL=http://localhost:4200  cypress open

Run with Docker

docker build -t e2e .

e2e on prod

When promoting to prod any changes that had impact on the e2e test, the e2e-on-prod branch must be rebased on main.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published