Skip to content

Commit

Permalink
try protractor
Browse files Browse the repository at this point in the history
  • Loading branch information
ganlanyuan committed Oct 14, 2016
1 parent 19d8e14 commit 1a0eaba
Show file tree
Hide file tree
Showing 48 changed files with 1,289 additions and 3,988 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@
*.log

/.codekit-cache/
/bower_components/
/bower_components/
/node_modules/
tiny-slider.helper.js
23 changes: 23 additions & 0 deletions conf.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
exports.config = {
framework: 'jasmine',
seleniumAddress: 'http://localhost:4444/wd/hub',
specs: ['tests/E2E/tests.js'],
capabilities: {
browserName: 'firefox'
},
onPrepare: function(){
global.dv = browser.driver;
global.isAngularSite = function(flag){
browser.ignoreSynchronization = !flag;
};
},
sauceUser: 'myUSer',
sauceKey: 'myKey',
// multiCapabilities: [{
// browserName: 'firefox'
// }, {
// browserName: 'chrome'
// }, {
// browserName: 'safari'
// }]
}
2 changes: 1 addition & 1 deletion dist/min/tiny-slider.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/min/tiny-slider.native.js

Large diffs are not rendered by default.

Loading

0 comments on commit 1a0eaba

Please sign in to comment.