Skip to content

Commit

Permalink
test: Added basic webdriver tests (#464)
Browse files Browse the repository at this point in the history
* First phase of re-write - using npm the way the git gods intended

* First phase of re-write - using npm the way the git gods intended (#445)

* Initial commit for gh-pages

* Added a link to the iPhone sample on the gh-pages index.

* Merging latest updates from master

* Updating videojs-contrib-ads to 3.1.2

* Added autoplay example to samples index.

* Starting code split.

* Need re-write help from contrib-ads guys for broken playlist sample.

* Removed third party.

* Removed playlist_simple example.

* Updated package.

* Pushing so Yury can pull and test npm-style.

* Remove docs from gitignore.

* added webdriver test

* travis.yml

* moved file

* added selenium-webdriver as a dependency

* added chromedriver dependency

* added headless chrome

* tweaked travis chrome settings

* changed test to call headless chrome

* Added mocha

* Updated dev with master changes.

* fix to package.json

* Small fixes to webdriver tests

* updated copyright year
  • Loading branch information
ypavlotsky authored and shawnbuso committed Dec 15, 2017
1 parent 0ae5abf commit 8786de9
Show file tree
Hide file tree
Showing 6 changed files with 870 additions and 20 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
language: node_js
node_js:
- "node"
dist: trusty
addons:
chrome: stable
Loading

0 comments on commit 8786de9

Please sign in to comment.