-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
Description
This issue focuses implementing a GitHub workflow for automated testing. By establishing a streamlined workflow, we aim to maintain the reliability and stability of our project.
Objective
The main objective of this issue is to integrate a GitHub workflow that triggers the execution of test suites whenever a pull request is created. This ensures that all proposed changes undergo thorough testing before being merged into the main branch.
Goals
- Configure a GitHub workflow to automatically trigger the execution of test suites upon the creation of a pull request.
- Ensure that the test workflow provides detailed feedback on the test results and integrate test coverage reporting within the GitHub workflow to monitor the extent of code coverage.
Complexity : Easy
Product Name
Stencil-cli
Organisation Name
SamagraX
Domain
Testing, Workflows
Tech Skills Needed
TypeScript, Jest, Github Action