youtube-player
youtube-player copied to clipboard
End To End Tests
- Create test harness applications and build them with RDX: http://rdx.resist.design/
- Create End To End (E2E) tests using Codecept: http://codecept.io/
- Basic test cases:
- Load a video.
- Play a video.
- Pause a video.
- Seek to a specific time.
- Strict player states. (If the PR is accepted: https://github.com/gajus/youtube-player/pull/40)
- Using an existing YT.Player instance. (If the PR is accepted: https://github.com/gajus/youtube-player/pull/38)