Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Switch completely over to web-component-tester
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian MacLeod committed Oct 3, 2014
1 parent f4572ef commit 89bb9ef
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 77 deletions.
1 change: 0 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"observe-js": "Polymer/observe-js#master"
},
"devDependencies": {
"tools": "Polymer/tools#master",
"web-component-tester": "Polymer/web-component-tester#^0.5.1"
},
"license": "BSD",
Expand Down
29 changes: 0 additions & 29 deletions conf/karma.conf.js

This file was deleted.

21 changes: 0 additions & 21 deletions conf/mocha.conf.js

This file was deleted.

21 changes: 9 additions & 12 deletions gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,13 @@
module.exports = function(grunt) {

grunt.initConfig({
karma: {
options: {
configFile: 'conf/karma.conf.js',
keepalive: true
'wct-test': {
local: {
options: {remote: false},
},
buildbot: {
reporters: ['crbot'],
logLevel: 'OFF'
remote: {
options: {remote: true},
},
TemplateBinding: {
}
},
concat: {
modules: {
Expand All @@ -30,10 +26,11 @@ module.exports = function(grunt) {
});

grunt.loadTasks('../tools/tasks');
grunt.loadNpmTasks('grunt-karma');
grunt.loadNpmTasks('grunt-contrib-concat');
grunt.loadNpmTasks('web-component-tester');

grunt.registerTask('default', 'concat');
grunt.registerTask('test', ['override-chrome-launcher', 'karma:TemplateBinding']);
grunt.registerTask('test-buildbot', ['override-chrome-launcher', 'karma:buildbot']);
grunt.registerTask('test', ['wct-test:local']);
grunt.registerTask('test-remote', ['wct-test:remote']);
grunt.registerTask('test-buildbot', ['wct-test:local']);
};
2 changes: 0 additions & 2 deletions gulpfile.js

This file was deleted.

13 changes: 1 addition & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,8 @@
"license": "Apache License 2.0",
"gitHead": "cdd89f1fb6273ede781c9e00a512720df1adffff",
"devDependencies": {
"chai": "*",
"grunt": "*",
"grunt-contrib-concat": "~0.3.0",
"grunt-karma": "*",
"karma": "~0.12",
"karma-mocha": "*",
"karma-firefox-launcher": "*",
"gulp": "^3.8.7",
"karma-ie-launcher": "*",
"karma-mocha": "*",
"karma-safari-launcher": "*",
"karma-script-launcher": "*",
"mocha": ">=1.9",
"web-component-tester": "^0.5.1"
"web-component-tester": "^1.0.0"
}
}
File renamed without changes.
File renamed without changes.

0 comments on commit 89bb9ef

Please sign in to comment.