Skip to content

Update e2e test to use new test data - #904

Merged
ignatiusm merged 4 commits into
devfrom
903-fix-e2e-ci-tests
Jul 31, 2026
Merged

Update e2e test to use new test data#904
ignatiusm merged 4 commits into
devfrom
903-fix-e2e-ci-tests

Conversation

@ignatiusm

Copy link
Copy Markdown
Contributor

Resolves #903

application/common/cypress/e2e tests had not yet been updated to used new refactored test data.

Unfortunately this was only picked up in CI. This is because running yarn test in the root of the repo runs yarn test in each workspace, but the e2e tests were not part of the application/common test yarn script.

This PR fixes the Bug in the test but also edits the application/common/package.json to have separate jest and e2e scripts, and runs both as part of yarn test.

This refactors `application/common/package.json` so that running `yarn test` includes the e2e tests.
This will hopefully prevent similar bug being caught by CI first in the future.

@plouka13 plouka13 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Noice! Good to see a simple fix for the e2e tests :)

@ignatiusm
ignatiusm merged commit 05e75e6 into dev Jul 31, 2026
6 checks passed
@ignatiusm
ignatiusm deleted the 903-fix-e2e-ci-tests branch July 31, 2026 04:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants