An open API service indexing awesome lists of open source software.

https://github.com/bahmutov/video-example

Playing video using Cypress
https://github.com/bahmutov/video-example

cypress-examples

Last synced: 11 months ago
JSON representation

Playing video using Cypress

Awesome Lists containing this project

README

          

# video-example

> Playing video using Cypress

![Video test](./images/load.png)

See [cypress/integration/spec.js](./cypress/integration/spec.js)

- Read the blog post [Test Video Play Using Cypress](https://glebbahmutov.com/blog/test-video-play/)
- Watch the video [Test And Play Video From Cypress](https://www.youtube.com/watch?v=w5vZspiCiuQ)

## Ended property

Check the `` element and its `ended` property by opening the [index.html](./index.html) directly in Chrome browser

![Video ended property](./images/ended.png)