Run Testcases using CI

This guide aims to help you to run testcases using github Continuous Integration.

To perform this feature, you will either need to fork this project repository or if u have access to the project's repository you will be able to run testcases using github CI.

Running Testcases using Github CI

1.Navigate to "Actions" tab.

fashionshop_backend root directory in github.

2. Click on Node.js CI

Actions Page in Github

2. Click on Node.js CI

Actions Page in Github

3. Click on the branch the would like to be run. After clicking on run a new job will appear.

Running workflow in Github actions

Pending jobs will be displayed in orange. Failed jobs will change to red in color and green colored jobs are successful testing.

4. We can click on the title to view the details of the successful test on CI.

Click on "build Backend"

Summary of the Job

Click on "test" to view the outcome

View Test Outcome

To make changes to the CI build visit the CI configuration page.

Last updated

Was this helpful?