-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
Description/Context
Browserstack Percy is a product that takes snapshots of websites and performs automatic visual comparison, generating images that show the differences between two snapshots. We should add this to our end to end tests so visual comparisons can be made both from branch to branch and also from commit to commit if necessary.
Plan/Design
- Add the
@percy/cliand@percy/playwrightto dev dependencies - Add Percy snapshots to the appropriate tests:
- The main
ocw-wwwhome page - The search page
- The course home page
- A course content page
- The main
- Make sure the proper env variables are set up in RC / production before merging PR's related to this
Reactions are currently unavailable