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

Added automated frontend testing workflow using GitHub Actions #123

Merged
merged 2 commits into from
Dec 16, 2024

Conversation

SiriChandanaGarimella
Copy link
Collaborator

Fixes #80

What was changed?
Added automated frontend testing workflow to the CI/CD pipeline using GitHub Actions.

Why was it changed?
The project currently lacks automated running of front-end unit tests in the CI/CD pipeline. This can lead to undetected bugs and regressions in the front-end code. So, added the frontend tests GitHub action script under GitHub workflows

How was it changed?
.github/workflows: Added frontend-tests.yml file - The file contains the script to automatically run frontend unit tests on pull requests to the main branch and on pushes to the main branch.

@SiriChandanaGarimella SiriChandanaGarimella changed the title Added automated frontend testing workflow using GitHub Actions. Added automated frontend testing workflow using GitHub Actions Dec 16, 2024
@SiriChandanaGarimella SiriChandanaGarimella marked this pull request as ready for review December 16, 2024 01:33
Copy link
Collaborator Author

@SiriChandanaGarimella SiriChandanaGarimella left a comment

Choose a reason for hiding this comment

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

lgtm;

@SiriChandanaGarimella SiriChandanaGarimella merged commit 382b7d3 into main Dec 16, 2024
3 checks passed
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.

Add frontend unit test GitHub Action
1 participant