Skip to content

Commit

Permalink
fix tests with Sauce Labs
Browse files Browse the repository at this point in the history
previous configuration was using packages that are not working anymore, giving unresolved errors such as:
Response: {"error": "Your Sauce Connect version (4.3.16) is no longer supported. Please download the latest version from https://wiki.saucelabs.com/display/DOCS/Sauce+Connect+Proxy."}.
  • Loading branch information
warpech committed Jun 28, 2019
1 parent 54911b2 commit c36aa87
Show file tree
Hide file tree
Showing 6 changed files with 687 additions and 120 deletions.
10 changes: 3 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
language: node_js
dist: trusty
sauce_connect: true,
node_js: lts/*
before_script:
- npm install
- npm install -g grunt
node_js: 8
before_script:
- npm install
- npm run build
- npm run serve &
script:
- grunt && npm run bench
- npm run test-sauce
97 changes: 0 additions & 97 deletions Gruntfile.js

This file was deleted.

Loading

0 comments on commit c36aa87

Please sign in to comment.