Closed khavinshankar closed 4 days ago
The pull request modifies the Cypress workflow configuration in the .github/workflows/cypress.yaml
file. The if
condition for uploading Cypress videos is updated to ensure uploads only occur when the workflow fails and the pull request is forked. Additionally, the CYPRESS_RECORD_KEY
environment variable is removed from the Cypress run for Forked PRs
step, which may influence the recording of test results for forked pull requests. The overall structure and sequence of the workflow remain unchanged.
File | Change Summary |
---|---|
.github/workflows/cypress.yaml | Updated if condition for video uploads; removed CYPRESS_RECORD_KEY from forked PR step. |
🐇 In the garden where tests bloom bright,
Cypress dances in the soft moonlight.
Forked PRs now with videos to share,
Only on failure, they float in the air.
With a hop and a skip, we refine our way,
Celebrating changes, come what may! 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Name | Link |
---|---|
Latest commit | 3897797514aacb2f93733f93305333f6deeec25c |
Latest deploy log | https://app.netlify.com/sites/care-ohc/deploys/673b15015d3e1000081e22a5 |
Deploy Preview | https://deploy-preview-9149--care-ohc.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Latest commit: |
3897797
|
Status: | ✅ Deploy successful! |
Preview URL: | https://09390e87.care-fe.pages.dev |
Branch Preview URL: | https://cypress-video-artefact.care-fe.pages.dev |
Passed #3920
•
53f7d03763: fixed the condition in cypress video artefact upload
Project |
CARE
|
Branch Review |
cypress-video-artefact
|
Run status |
Passed #3920
|
Run duration | 04m 53s |
Commit |
53f7d03763: fixed the condition in cypress video artefact upload
|
Committer | Khavin Shankar |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
126
|
View all changes introduced in this branch ↗︎ |
@khavinshankar Your efforts have helped advance digital healthcare and TeleICU systems. :rocket: Thank you for taking the time out to make CARE better. We hope you continue to innovate and contribute; your impact is immense! :raised_hands:
Summary by CodeRabbit
CYPRESS_RECORD_KEY
environment variable for forked pull requests.