VelGromova / videoplayer

video player with ability to create a playlist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Video player with ability to add videos.

Usage

Install dependencies:

yarn install

Run project on localhost(bgy default 8080 port)

yarn dev 

Or build the project

yarn build

Testing

Uses mocha + chai for unit testing and cypress for e2e testing Run tests with command: E2e:

yarn tests::e2e

Unit:

yarn tests::unit

As the result you'll get a video with e2e flow in runtime/videos directory

About

video player with ability to create a playlist


Languages

Language:JavaScript 46.9%Language:CSS 45.7%Language:HTML 7.4%