Skip to content

Commit

Permalink
Remove saucelabs dependencies and basic update of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
limzykenneth committed Dec 20, 2019
1 parent 27d9299 commit f1ac784
Show file tree
Hide file tree
Showing 4 changed files with 642 additions and 1,284 deletions.
19 changes: 0 additions & 19 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -401,23 +401,6 @@ module.exports = grunt => {
}
}
},
'saucelabs-mocha': {
all: {
options: {
urls: ['http://127.0.0.1:9001/test/test.html'],
tunnelTimeout: 5,
build: process.env.GITHUB_ACTION,
concurrency: 3,
browsers: [
{ browserName: 'chrome' },
{ browserName: 'firefox', platform: 'Linux', version: '42.0' },
{ browserName: 'safari' }
],
testname: 'p5.js mocha tests',
tags: ['master']
}
}
},
minjson: {
compile: {
files: {
Expand Down Expand Up @@ -471,7 +454,6 @@ module.exports = grunt => {
grunt.loadNpmTasks('grunt-mocha-test');
grunt.loadNpmTasks('grunt-newer');
grunt.loadNpmTasks('grunt-release-it');
grunt.loadNpmTasks('grunt-saucelabs');
grunt.loadNpmTasks('grunt-karma');
grunt.loadNpmTasks('grunt-contrib-clean');
grunt.loadNpmTasks('grunt-simple-nyc');
Expand Down Expand Up @@ -527,5 +509,4 @@ module.exports = grunt => {
]);
grunt.registerTask('yui:build', ['yui']);
grunt.registerTask('default', ['lint-no-fix', 'test']);
grunt.registerTask('saucetest', ['connect:server', 'saucelabs-mocha']);
};
Loading

0 comments on commit f1ac784

Please sign in to comment.