youtube-player icon indicating copy to clipboard operation
youtube-player copied to clipboard

End To End Tests

Open resistdesign opened this issue 8 years ago • 0 comments

  1. Create test harness applications and build them with RDX: http://rdx.resist.design/
  2. Create End To End (E2E) tests using Codecept: http://codecept.io/
  3. 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)

resistdesign avatar Jan 18 '17 06:01 resistdesign