Akamai's Cloud Manager is an open-source, single-page application designed as the primary frontend interface for interacting with the Linode API. It is entrusted by hundreds of thousands of customers with the management of their Linode services.
This is a super tiny PR that deletes the screenshots saved in cypress/screenshots and simplifies the .gitignore rule around that.
These files are super old remnants of (I think?) a visual regression testing implementation we used to have, but soon we'll be uploading test failure screenshots as artifacts in CI, and these files being here makes that difficult (since they'll show up in the artifacts, too).
(We still have plans to implement visual regression testing, and getting rid of these snapshots won't get in the way of that at all)
Changes π
Deleted files in cypress/screenshots directory
Removed existing .gitignore rules for screenshots dir and add a new rule that's consistent with other Cypress output (recordings, results)
Target release date ποΈ
N/A
How to test π§ͺ
No testing needed since nothing depends on these files existing.
Description π
This is a super tiny PR that deletes the screenshots saved in
cypress/screenshots
and simplifies the.gitignore
rule around that.These files are super old remnants of (I think?) a visual regression testing implementation we used to have, but soon we'll be uploading test failure screenshots as artifacts in CI, and these files being here makes that difficult (since they'll show up in the artifacts, too).
(We still have plans to implement visual regression testing, and getting rid of these snapshots won't get in the way of that at all)
Changes π
cypress/screenshots
directory.gitignore
rules for screenshots dir and add a new rule that's consistent with other Cypress output (recordings, results)Target release date ποΈ
N/A
How to test π§ͺ
No testing needed since nothing depends on these files existing.
As an Author I have considered π€
Check all that apply