Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run frontend tests on PRs #679

Merged
merged 4 commits into from
Sep 27, 2023
Merged

Run frontend tests on PRs #679

merged 4 commits into from
Sep 27, 2023

Conversation

anarute
Copy link
Member

@anarute anarute commented Sep 21, 2023

  • add the frontend container and run automated tests to github actions
  • start using the same app container as dev, to make the test environment as close as possible to the test one
  • fix broken test

Closes #675

@anarute anarute force-pushed the automate-front-tests branch 3 times, most recently from e5751a6 to 7944192 Compare September 27, 2023 14:53
@anarute anarute changed the title WIP Run frontend tests on PRs Run frontend tests on PRs Sep 27, 2023
It started failing in a new PHP version, as the endpoint
expects a XML object to parse. Send a payload without session
to check that the user is not logged in.
@anarute anarute marked this pull request as ready for review September 27, 2023 15:09
Copy link
Collaborator

@dmtrek14 dmtrek14 left a comment

Choose a reason for hiding this comment

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

Looks good to me.

@anarute anarute merged commit d948653 into main Sep 27, 2023
1 check passed
@anarute anarute deleted the automate-front-tests branch September 27, 2023 17:35
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.

Run front end tests with Github actions
2 participants