项目作者: lsmod

项目描述 :
react simple html5 video player (technical test)
高级语言: JavaScript
项目地址: git://github.com/lsmod/html5-video-player.git
创建时间: 2018-01-31T16:50:41Z
项目社区:https://github.com/lsmod/html5-video-player

开源协议:

下载


Simple Video Player

html5 video player with react

Getting started :

  1. npm install
  2. npm start

Unit test :

  1. npm run test

End To End test with nightwatch :

First launch local dev server so nightwatch can test against it:

  1. npm start &

Launch a selenium server on your localhost:

  1. java -jar selenium-server-standalone-3.8.1.jar

(you can download the latest selenium at: http://selenium-release.storage.googleapis.com/index.html)

Finally you can launch nigthwatch unit test with:

  1. npm run end2end