gajus/youtube-player

End To End Tests

resistdesign opened this issue · 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: #40)
    • Using an existing YT.Player instance. (If the PR is accepted: #38)