mkermani144 / wanna

💡✔ Wanna is an implementation of a 21st-century to-do list app.
https://wanna.js.org
MIT License
198 stars 30 forks source link

Run e2e tests on Travis instead of Browserstack #253

Closed mkermani144 closed 6 years ago

mkermani144 commented 6 years ago

Browserstack doesn't let the project forks to run e2e tests on their servers and raise an error. An example of a user with such a problem can be found here.
Using Travis itself to run e2e tests seem to fix the problem.

codecov[bot] commented 6 years ago

Codecov Report

Merging #253 into master will increase coverage by 0.2%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #253     +/-   ##
=========================================
+ Coverage   82.08%   82.29%   +0.2%     
=========================================
  Files          38       38             
  Lines         402      401      -1     
  Branches       32       32             
=========================================
  Hits          330      330             
+ Misses         68       67      -1     
  Partials        4        4
Impacted Files Coverage Δ
src/lib/e2eUtils.js 0% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5168757...5c41483. Read the comment docs.