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

ci: setup github actions for testing, code formatting & linting the frontend #941

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

khaledosman
Copy link
Contributor

@khaledosman khaledosman commented Feb 19, 2025

What's changing

Adds new github actions to

  1. Check code formatting on the frontend with prettier
  2. Lint frontend code using eslint
  3. Run unit tests on the frontend
  4. Run e2e test on the frontend (cache and install playwright browsers)

How to test it

Steps to test the changes:

  1. Check the new pipelines attached to this PR

I already...

  • Tested the changes in a working environment to ensure they work as expected
  • Added some tests for any new functionality
  • Updated the documentation (both comments in code and product documentation under /docs)
  • Checked if a (backend) DB migration step was required and included it if required

@github-actions github-actions bot added the gha GitHub actions related label Feb 19, 2025
@khaledosman khaledosman marked this pull request as ready for review February 19, 2025 20:03
@khaledosman khaledosman changed the title ci: setup github actions for testing & linting frontend ci: setup github actions for testing, code formatting & linting the frontend Feb 19, 2025
@khaledosman khaledosman marked this pull request as draft February 21, 2025 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend gha GitHub actions related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant