c2siorg / Codelabz

Codelabz
Apache License 2.0
12 stars 51 forks source link

Upgrade Cypress Workflow: Streamlined Setup, Parallel Execution, and Artifact Management #140

Open lokeshwar777 opened 4 months ago

lokeshwar777 commented 4 months ago

This PR addresses issue #139 Upgrade Cypress Workflow for Improved Testing Efficiency.

Description

This pull request implements several enhancements to our Cypress workflow to improve testing efficiency and reliability. Key changes include:

Related Issue

closes #139

Motivation and Context

These changes are necessary to streamline our Cypress setup process, optimize test execution time through parallelization, and improve artifact management for easier access to test results and screenshots. These enhancements have resulted in a significant performance boost, reducing the test execution time from approximately 20 minutes to less than 3 minutes. This will greatly improve our development workflow and productivity.

Note: The changes have been made according to the Cypress documentation. However, please be aware that the tests are currently not working as expected due to the absence of package-lock.json.

How Has This Been Tested?

The changes have been tested in the following ways:

Types of changes

Checklist: