Add GitHub Actions for Automated Testing #54
Labels
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest
hacktoberfest-accepted
hacktoberfest-accepted
Description:
Integrate GitHub Actions to automate the testing process (unit and E2E tests) for every pull request or code push.
Acceptance Criteria:
GitHub Actions workflow file created.
Jest and Cypress tests are automatically run on every push and pull request.
Test results are displayed in the pull request status.
The text was updated successfully, but these errors were encountered: