Skip to content

Created cypress e2e test environment #30

Merged
merged 5 commits into from
Oct 9, 2025

Conversation

tobiaobr
Copy link
Member

@tobiaobr tobiaobr commented Oct 8, 2025

Issue number

Closes #29

Description

Setup test environment for cypress e2e tests
The cypress ui can be ran using npx cypress open - Keep in mind the web server has to be running for cypress to interact with the application
Two defined demo tests are written in the cypress/e2e/ directory
Otherwise useful documentation for cypress can be found here:
https://docs.cypress.io/app/end-to-end-testing/writing-your-first-end-to-end-test
https://docs.cypress.io/app/guides/cypress-studio (for interactive test creation)

Testing steps

This is a test environment

Screenshots (optional)

@tobiaobr tobiaobr linked an issue Oct 8, 2025 that may be closed by this pull request
@tobiaobr tobiaobr self-assigned this Oct 8, 2025
@tobiaobr tobiaobr requested review from kleinc and gautegf October 8, 2025 10:35
Added test environemnt for e2e tests in cypress
Added two small demo tests for showcase
@tobiaobr tobiaobr force-pushed the 29-setup-cypress-e2e-test-environment branch from f6ce6af to 1767dd1 Compare October 8, 2025 10:45
Copy link
Member

@kleinc kleinc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks nice! I tried to run the tests and they worked 💯

Copy link
Member

@mariewah mariewah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like a nice setup :D Also ran the tests and they worked!

@tobiaobr tobiaobr marked this pull request as ready for review October 9, 2025 19:51
@tobiaobr tobiaobr merged commit 3ac9046 into dev Oct 9, 2025
1 check passed
@tobiaobr tobiaobr deleted the 29-setup-cypress-e2e-test-environment branch October 9, 2025 19:53
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Setup cypress e2e test environment
3 participants