bbc / VideoContext

An experimental HTML5 & WebGL video composition and rendering API.
http://bbc.github.io/VideoContext/
Apache License 2.0
1.32k stars 156 forks source link

Fix failing Cypress tests #182

Closed richski closed 4 years ago

richski commented 4 years ago

Fixes #181.

The Cypress star wipe and dreamfade tests were randomly failing during the CI testing phase.

I was unable to replicate the issue locally, so I've tried upgrading everything cypress and slightly increased the pass threshold for the dreamfade.

It's passing consistently on Travis now, so think we can consider it fixed (or stable enough for now).

This PR also includes a fix for the local npm run test-watch script, which was incorrectly passing the cypress test files to Jest.