Skip to content

Commit

Permalink
[#9] - start of web component testing
Browse files Browse the repository at this point in the history
This is a start to a web component test. cd into the seed element dir
and then run wct. Right now we have issues we need to settle with
selenium as you will see when the tests run
  • Loading branch information
pertrai1 committed Jan 3, 2015
1 parent 0889129 commit 259bb31
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
],
"dependencies": {
"polymer": "Polymer/polymer#~0.5.2",
"webcomponentsjs": "~0.5.2"
"webcomponentsjs": "~0.5.2",
"web-component-tester": "Polymer/web-component-tester#~2.0.5"
}
}
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"version": "0.0.0",
"description": "The Web Platform Podcast website",
"main": "app/index.html",
"homepage" : "http://www.thewebplatform.today",
"homepage": "https://github.com/thewebplatform/thewebplatform.today",
"scripts": {
"sass" : "sass app/styles/components/components.scss app/styles/components.css && sass app/styles/main.scss app/styles/main.css",
"feeds" : "node scripts/rsj.js | json > feed.json",
"build" : "npm run sass && npm run feeds",
"sass": "sass app/styles/components/components.scss app/styles/components.css && sass app/styles/main.scss app/styles/main.css",
"feeds": "node scripts/rsj.js | json > feed.json",
"build": "npm run sass && npm run feeds",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
Expand All @@ -25,5 +25,6 @@
"bugs": {
"url": "https://github.com/thewebplatform/thewebplatform.today/issues"
},
"homepage": "https://github.com/thewebplatform/thewebplatform.today"
"devDependencies": {
}
}
1 change: 1 addition & 0 deletions seed-element
Submodule seed-element added at d36e48
1 change: 1 addition & 0 deletions test/seed-element
Submodule seed-element added at d36e48

0 comments on commit 259bb31

Please sign in to comment.