markafitzgerald1 / cribbage-trainer

Two-player cribbage discard and play improvement tool.
Mozilla Public License 2.0
1 stars 0 forks source link

Restore supported Playwright non-screenshot tests #25

Closed markafitzgerald1 closed 11 months ago

markafitzgerald1 commented 11 months ago

I believe it is possible to have some Playwright tests run on browsers where screenshot tests don't work the same on arm64 and amd64. Let's try to bring these tests back for some non-Chrome/Chromium browsers.

markafitzgerald1 commented 11 months ago

828d09cc5ce9aa8cfc81c2170182770c2e033cac fixes this in local development testing and has been pushed to GitHub main for GitHub Actions testing and deployment.

markafitzgerald1 commented 11 months ago

GitHub Actions completed successfully. Closing this Issue - supported browsers with non-consistent rendering between amd64 and arm64 are now used for non-screenshot end to end Playwright tests.