twolfson / google-music.js

Browser-side JS library for controlling Google Music
The Unlicense
47 stars 6 forks source link

Improve the selenium test suite #18

Closed MarshallOfSound closed 8 years ago

MarshallOfSound commented 8 years ago

So at the moment running the tests is an absolute nightmare, you have to do crazy things with cookies which IMO is not OK :-1:

We need to get the repositories test suite set up so that a) It can run in CI (Preferably Travis) b) The test suite can pass consistently (no strange selenium timeout, or element not found errors) c) It should be a simple case of running npm test with no cookie rubbish :+1:

Note: The existing set of tests in themselves are fine, it is just the methodology behind running them that I feel is severely floored

This issue was discussed in #14