Created
July 5, 2013 17:40
-
-
Save wenzowski/5936067 to your computer and use it in GitHub Desktop.
xolvio/rtd#27 working with karma@0.8.5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ grunt | |
Downloading http://chromedriver.googlecode.com/files/chromedriver2_mac32_0.8.zip | |
................................. | |
Downloading http://selenium.googlecode.com/files/selenium-server-standalone-2.32.0.jar | |
................................................................................ | |
................................................................................ | |
................. | |
File "/Volumes/Wenzowski-HD/Users/alex/code/github/real-time-development-with-meteor/test/rtd/../../test/rtd/lib/bin/" created. | |
Launching Selenium-server on port 4444 | |
Launching Karma listener on port 9876 | |
Launching Karma runner on port 9100 | |
Launching Meteor on port 3000 | |
Launching Mirror on port 8000 | |
Waiting... | |
- - - Running unit tests - - - | |
........... | |
PhantomJS 1.9 (Mac): Executed 11 of 11 SUCCESS (0.103 secs / 0.008 secs) | |
- - - Running acceptance tests - - - | |
. | |
Finished in 6.492 seconds | |
1 test, 4 assertions, 0 failures, 0 skipped | |
- - - Running coverage tests - - - | |
. | |
Finished in 1.198 seconds | |
1 test, 4 assertions, 0 failures, 0 skipped | |
Done, without errors. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm WARN package.json dateformat@1.0.2-1.2.3 No repository field. | |
npm WARN package.json istanbul@0.1.22 No repository field. | |
npm WARN package.json pause@0.0.1 No repository field. | |
npm WARN package.json policyfile@0.0.4 'repositories' (plural) Not supported. | |
npm WARN package.json Please pick one as the 'repository' field | |
npm WARN package.json github-url-from-git@1.1.1 No repository field. | |
npm WARN package.json assert-plus@0.1.2 No repository field. | |
npm WARN package.json ctype@0.5.2 No repository field. | |
/Users/alex/.nvm/v0.10.12/lib | |
├─┬ grunt-cli@0.1.9 | |
│ ├─┬ findup-sync@0.1.2 | |
│ │ ├─┬ glob@3.1.21 | |
│ │ │ ├── graceful-fs@1.2.2 | |
│ │ │ ├── inherits@1.0.0 | |
│ │ │ └─┬ minimatch@0.2.12 | |
│ │ │ ├── lru-cache@2.3.0 | |
│ │ │ └── sigmund@1.0.0 | |
│ │ └── lodash@1.0.1 | |
│ ├─┬ nopt@1.0.10 | |
│ │ └── abbrev@1.0.4 | |
│ └── resolve@0.3.1 | |
├─┬ istanbul@0.1.40 | |
│ ├── abbrev@1.0.4 | |
│ ├── async@0.2.9 | |
│ ├─┬ escodegen@0.0.23 | |
│ │ ├── estraverse@0.0.4 | |
│ │ └─┬ source-map@0.1.25 | |
│ │ └── amdefine@0.0.5 | |
│ ├── esprima@1.0.3 | |
│ ├─┬ fileset@0.1.5 | |
│ │ ├─┬ glob@3.2.1 | |
│ │ │ ├── graceful-fs@1.2.2 | |
│ │ │ └── inherits@1.0.0 | |
│ │ └─┬ minimatch@0.2.12 | |
│ │ ├── lru-cache@2.3.0 | |
│ │ └── sigmund@1.0.0 | |
│ ├─┬ handlebars@1.0.12 | |
│ │ ├── optimist@0.3.7 | |
│ │ └─┬ uglify-js@2.3.6 | |
│ │ └─┬ source-map@0.1.25 | |
│ │ └── amdefine@0.0.5 | |
│ ├── mkdirp@0.3.5 | |
│ ├── nopt@2.1.1 | |
│ ├── resolve@0.4.0 | |
│ ├── which@1.0.5 | |
│ └── wordwrap@0.0.2 | |
├─┬ jasmine-node@1.10.1 | |
│ ├── coffee-script@1.6.3 | |
│ ├─┬ gaze@0.3.4 | |
│ │ ├─┬ fileset@0.1.5 | |
│ │ │ └─┬ glob@3.2.1 | |
│ │ │ ├── graceful-fs@1.2.2 | |
│ │ │ └── inherits@1.0.0 | |
│ │ └─┬ minimatch@0.2.12 | |
│ │ ├── lru-cache@2.3.0 | |
│ │ └── sigmund@1.0.0 | |
│ ├── jasmine-reporters@0.2.1 | |
│ ├── mkdirp@0.3.5 | |
│ ├── requirejs@2.1.6 | |
│ ├── underscore@1.4.4 | |
│ └── walkdir@0.0.7 | |
├─┬ karma@0.8.5 | |
│ ├── chokidar@0.6.2 | |
│ ├── coffee-script@1.6.3 | |
│ ├── colors@0.6.0-1 | |
│ ├── dateformat@1.0.2-1.2.3 | |
│ ├─┬ glob@3.1.21 | |
│ │ ├── graceful-fs@1.2.2 | |
│ │ └── inherits@1.0.0 | |
│ ├── growly@1.1.1 | |
│ ├─┬ http-proxy@0.10.3 | |
│ │ ├── pkginfo@0.2.3 | |
│ │ └─┬ utile@0.1.7 | |
│ │ ├── async@0.1.22 | |
│ │ ├── deep-equal@0.0.0 | |
│ │ ├── i@0.3.1 | |
│ │ ├── mkdirp@0.3.5 | |
│ │ ├── ncp@0.2.7 | |
│ │ └── rimraf@1.0.9 | |
│ ├─┬ istanbul@0.1.22 | |
│ │ ├── abbrev@1.0.4 | |
│ │ ├── async@0.1.22 | |
│ │ ├─┬ escodegen@0.0.23 | |
│ │ │ ├── esprima@1.0.3 | |
│ │ │ ├── estraverse@0.0.4 | |
│ │ │ └─┬ source-map@0.1.25 | |
│ │ │ └── amdefine@0.0.5 | |
│ │ ├── esprima@0.9.9 | |
│ │ ├── fileset@0.1.5 | |
│ │ ├─┬ handlebars@1.0.12 | |
│ │ │ └─┬ uglify-js@2.3.6 | |
│ │ │ ├── async@0.2.9 | |
│ │ │ └─┬ source-map@0.1.25 | |
│ │ │ └── amdefine@0.0.5 | |
│ │ ├── mkdirp@0.3.5 | |
│ │ ├── nopt@2.0.0 | |
│ │ ├── which@1.0.5 | |
│ │ └── wordwrap@0.0.2 | |
│ ├─┬ LiveScript@1.0.1 | |
│ │ └── prelude-ls@1.0.0 | |
│ ├── lodash@1.1.1 | |
│ ├─┬ log4js@0.6.6 | |
│ │ ├── async@0.1.15 | |
│ │ ├── dequeue@1.0.3 | |
│ │ ├── readable-stream@1.0.2 | |
│ │ └── semver@1.1.4 | |
│ ├── mime@1.2.9 | |
│ ├─┬ minimatch@0.2.12 | |
│ │ ├── lru-cache@2.3.0 | |
│ │ └── sigmund@1.0.0 | |
│ ├─┬ optimist@0.3.5 | |
│ │ └── wordwrap@0.0.2 | |
│ ├── pause@0.0.1 | |
│ ├── q@0.9.6 | |
│ ├─┬ rimraf@2.1.4 | |
│ │ └── graceful-fs@1.2.2 | |
│ ├─┬ socket.io@0.9.16 | |
│ │ ├── base64id@0.1.0 | |
│ │ ├── policyfile@0.0.4 | |
│ │ ├── redis@0.7.3 | |
│ │ └─┬ socket.io-client@0.9.16 | |
│ │ ├─┬ active-x-obfuscator@0.0.1 | |
│ │ │ └── zeparser@0.0.5 | |
│ │ ├── uglify-js@1.2.5 | |
│ │ ├─┬ ws@0.4.27 | |
│ │ │ ├── commander@0.6.1 | |
│ │ │ ├── options@0.0.5 | |
│ │ │ └── tinycolor@0.0.1 | |
│ │ └── xmlhttprequest@1.4.2 | |
│ └── xmlbuilder@0.4.2 | |
├─┬ npm@1.2.32 | |
│ ├── abbrev@1.0.4 | |
│ ├── ansi@0.1.2 | |
│ ├── archy@0.0.2 | |
│ ├── block-stream@0.0.6 | |
│ ├── child-process-close@0.1.1 | |
│ ├── chmodr@0.1.0 | |
│ ├── chownr@0.0.1 | |
│ ├── cmd-shim@1.1.0 | |
│ ├── editor@0.0.4 | |
│ ├── fstream@0.1.22 | |
│ ├─┬ fstream-npm@0.1.4 | |
│ │ └── fstream-ignore@0.0.6 | |
│ ├── glob@3.2.1 | |
│ ├── graceful-fs@1.2.2 | |
│ ├── inherits@1.0.0 | |
│ ├── ini@1.1.0 | |
│ ├─┬ init-package-json@0.0.9 | |
│ │ └── promzard@0.2.0 | |
│ ├── lockfile@0.3.4 | |
│ ├── lru-cache@2.3.0 | |
│ ├─┬ minimatch@0.2.12 | |
│ │ └── sigmund@1.0.0 | |
│ ├── mkdirp@0.3.5 | |
│ ├── node-gyp@0.10.0 | |
│ ├── nopt@2.1.1 | |
│ ├─┬ normalize-package-data@0.1.7 | |
│ │ └── github-url-from-git@1.1.1 | |
│ ├─┬ npm-registry-client@0.2.24 | |
│ │ └── couch-login@0.1.17 | |
│ ├── npm-user-validate@0.0.3 | |
│ ├─┬ npmconf@0.1.0 | |
│ │ └─┬ config-chain@1.1.7 | |
│ │ └── proto-list@1.2.2 | |
│ ├── npmlog@0.0.2 | |
│ ├── once@1.1.1 | |
│ ├── opener@1.3.0 | |
│ ├── osenv@0.0.3 | |
│ ├─┬ read@1.0.4 | |
│ │ └── mute-stream@0.0.3 | |
│ ├── read-installed@0.1.1 | |
│ ├─┬ read-package-json@0.4.1 | |
│ │ └─┬ normalize-package-data@0.1.6 | |
│ │ └── github-url-from-git@1.1.1 | |
│ ├─┬ request@2.21.0 | |
│ │ ├── aws-sign@0.3.0 | |
│ │ ├── cookie-jar@0.3.0 | |
│ │ ├── forever-agent@0.5.0 | |
│ │ ├─┬ form-data@0.0.8 | |
│ │ │ ├── async@0.2.9 | |
│ │ │ └─┬ combined-stream@0.0.4 | |
│ │ │ └── delayed-stream@0.0.5 | |
│ │ ├─┬ hawk@0.13.1 | |
│ │ │ ├─┬ boom@0.4.2 | |
│ │ │ │ └── hoek@0.9.1 | |
│ │ │ ├── cryptiles@0.2.1 | |
│ │ │ ├── hoek@0.8.5 | |
│ │ │ └─┬ sntp@0.2.4 | |
│ │ │ └── hoek@0.9.1 | |
│ │ ├─┬ http-signature@0.9.11 | |
│ │ │ ├── asn1@0.1.11 | |
│ │ │ ├── assert-plus@0.1.2 | |
│ │ │ └── ctype@0.5.2 | |
│ │ ├── json-stringify-safe@4.0.0 | |
│ │ ├── mime@1.2.9 | |
│ │ ├── node-uuid@1.4.0 | |
│ │ ├── oauth-sign@0.3.0 | |
│ │ ├── qs@0.6.5 | |
│ │ └── tunnel-agent@0.3.0 | |
│ ├── retry@0.6.0 | |
│ ├── rimraf@2.1.4 | |
│ ├── semver@1.1.4 | |
│ ├── sha@1.0.1 | |
│ ├── slide@1.1.4 | |
│ ├── tar@0.1.17 | |
│ ├── uid-number@0.0.3 | |
│ └── which@1.0.5 | |
├─┬ phantomjs@1.9.1-0 | |
│ ├── adm-zip@0.2.1 | |
│ ├── kew@0.1.7 | |
│ ├── mkdirp@0.3.5 | |
│ ├── ncp@0.4.2 | |
│ ├─┬ npmconf@0.0.24 | |
│ │ ├─┬ config-chain@1.1.7 | |
│ │ │ └── proto-list@1.2.2 | |
│ │ ├── inherits@1.0.0 | |
│ │ ├── ini@1.1.0 | |
│ │ ├─┬ nopt@2.1.1 | |
│ │ │ └── abbrev@1.0.4 | |
│ │ ├── once@1.1.1 | |
│ │ ├── osenv@0.0.3 | |
│ │ └── semver@1.1.4 | |
│ └─┬ rimraf@2.0.3 | |
│ └── graceful-fs@1.1.14 | |
└── selenium-webdriver@2.33.0 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm WARN package.json dateformat@1.0.2-1.2.3 No repository field. | |
npm WARN package.json istanbul@0.1.22 No repository field. | |
npm WARN package.json pause@0.0.1 No repository field. | |
npm WARN package.json policyfile@0.0.4 'repositories' (plural) Not supported. | |
npm WARN package.json Please pick one as the 'repository' field | |
npm WARN package.json github-url-from-git@1.1.1 No repository field. | |
npm WARN package.json assert-plus@0.1.2 No repository field. | |
npm WARN package.json ctype@0.5.2 No repository field. | |
/Users/alex/.nvm/v0.10.12/lib | |
├─┬ grunt-cli@0.1.9 | |
│ ├─┬ findup-sync@0.1.2 | |
│ │ ├─┬ glob@3.1.21 | |
│ │ │ ├── graceful-fs@1.2.2 | |
│ │ │ ├── inherits@1.0.0 | |
│ │ │ └─┬ minimatch@0.2.12 | |
│ │ │ ├── lru-cache@2.3.0 | |
│ │ │ └── sigmund@1.0.0 | |
│ │ └── lodash@1.0.1 | |
│ ├─┬ nopt@1.0.10 | |
│ │ └── abbrev@1.0.4 | |
│ └── resolve@0.3.1 | |
├─┬ istanbul@0.1.40 | |
│ ├── abbrev@1.0.4 | |
│ ├── async@0.2.9 | |
│ ├─┬ escodegen@0.0.23 | |
│ │ ├── estraverse@0.0.4 | |
│ │ └─┬ source-map@0.1.25 | |
│ │ └── amdefine@0.0.5 | |
│ ├── esprima@1.0.3 | |
│ ├─┬ fileset@0.1.5 | |
│ │ ├─┬ glob@3.2.1 | |
│ │ │ ├── graceful-fs@1.2.2 | |
│ │ │ └── inherits@1.0.0 | |
│ │ └─┬ minimatch@0.2.12 | |
│ │ ├── lru-cache@2.3.0 | |
│ │ └── sigmund@1.0.0 | |
│ ├─┬ handlebars@1.0.12 | |
│ │ ├── optimist@0.3.7 | |
│ │ └─┬ uglify-js@2.3.6 | |
│ │ └─┬ source-map@0.1.25 | |
│ │ └── amdefine@0.0.5 | |
│ ├── mkdirp@0.3.5 | |
│ ├── nopt@2.1.1 | |
│ ├── resolve@0.4.0 | |
│ ├── which@1.0.5 | |
│ └── wordwrap@0.0.2 | |
├─┬ jasmine-node@1.10.1 | |
│ ├── coffee-script@1.6.3 | |
│ ├─┬ gaze@0.3.4 | |
│ │ ├─┬ fileset@0.1.5 | |
│ │ │ └─┬ glob@3.2.1 | |
│ │ │ ├── graceful-fs@1.2.2 | |
│ │ │ └── inherits@1.0.0 | |
│ │ └─┬ minimatch@0.2.12 | |
│ │ ├── lru-cache@2.3.0 | |
│ │ └── sigmund@1.0.0 | |
│ ├── jasmine-reporters@0.2.1 | |
│ ├── mkdirp@0.3.5 | |
│ ├── requirejs@2.1.6 | |
│ ├── underscore@1.4.4 | |
│ └── walkdir@0.0.7 | |
├─┬ karma@0.8.5 | |
│ ├── chokidar@0.6.2 | |
│ ├── coffee-script@1.6.3 | |
│ ├── colors@0.6.0-1 | |
│ ├── dateformat@1.0.2-1.2.3 | |
│ ├─┬ glob@3.1.21 | |
│ │ ├── graceful-fs@1.2.2 | |
│ │ └── inherits@1.0.0 | |
│ ├── growly@1.1.1 | |
│ ├─┬ http-proxy@0.10.3 | |
│ │ ├── pkginfo@0.2.3 | |
│ │ └─┬ utile@0.1.7 | |
│ │ ├── async@0.1.22 | |
│ │ ├── deep-equal@0.0.0 | |
│ │ ├── i@0.3.1 | |
│ │ ├── mkdirp@0.3.5 | |
│ │ ├── ncp@0.2.7 | |
│ │ └── rimraf@1.0.9 | |
│ ├─┬ istanbul@0.1.22 | |
│ │ ├── abbrev@1.0.4 | |
│ │ ├── async@0.1.22 | |
│ │ ├─┬ escodegen@0.0.23 | |
│ │ │ ├── esprima@1.0.3 | |
│ │ │ ├── estraverse@0.0.4 | |
│ │ │ └─┬ source-map@0.1.25 | |
│ │ │ └── amdefine@0.0.5 | |
│ │ ├── esprima@0.9.9 | |
│ │ ├── fileset@0.1.5 | |
│ │ ├─┬ handlebars@1.0.12 | |
│ │ │ └─┬ uglify-js@2.3.6 | |
│ │ │ ├── async@0.2.9 | |
│ │ │ └─┬ source-map@0.1.25 | |
│ │ │ └── amdefine@0.0.5 | |
│ │ ├── mkdirp@0.3.5 | |
│ │ ├── nopt@2.0.0 | |
│ │ ├── which@1.0.5 | |
│ │ └── wordwrap@0.0.2 | |
│ ├─┬ LiveScript@1.0.1 | |
│ │ └── prelude-ls@1.0.0 | |
│ ├── lodash@1.1.1 | |
│ ├─┬ log4js@0.6.6 | |
│ │ ├── async@0.1.15 | |
│ │ ├── dequeue@1.0.3 | |
│ │ ├── readable-stream@1.0.2 | |
│ │ └── semver@1.1.4 | |
│ ├── mime@1.2.9 | |
│ ├─┬ minimatch@0.2.12 | |
│ │ ├── lru-cache@2.3.0 | |
│ │ └── sigmund@1.0.0 | |
│ ├─┬ optimist@0.3.5 | |
│ │ └── wordwrap@0.0.2 | |
│ ├── pause@0.0.1 | |
│ ├── q@0.9.6 | |
│ ├─┬ rimraf@2.1.4 | |
│ │ └── graceful-fs@1.2.2 | |
│ ├─┬ socket.io@0.9.16 | |
│ │ ├── base64id@0.1.0 | |
│ │ ├── policyfile@0.0.4 | |
│ │ ├── redis@0.7.3 | |
│ │ └─┬ socket.io-client@0.9.16 | |
│ │ ├─┬ active-x-obfuscator@0.0.1 | |
│ │ │ └── zeparser@0.0.5 | |
│ │ ├── uglify-js@1.2.5 | |
│ │ ├─┬ ws@0.4.27 | |
│ │ │ ├── commander@0.6.1 | |
│ │ │ ├── options@0.0.5 | |
│ │ │ └── tinycolor@0.0.1 | |
│ │ └── xmlhttprequest@1.4.2 | |
│ └── xmlbuilder@0.4.2 | |
├─┬ npm@1.2.32 | |
│ ├── abbrev@1.0.4 | |
│ ├── ansi@0.1.2 | |
│ ├── archy@0.0.2 | |
│ ├── block-stream@0.0.6 | |
│ ├── child-process-close@0.1.1 | |
│ ├── chmodr@0.1.0 | |
│ ├── chownr@0.0.1 | |
│ ├── cmd-shim@1.1.0 | |
│ ├── editor@0.0.4 | |
│ ├── fstream@0.1.22 | |
│ ├─┬ fstream-npm@0.1.4 | |
│ │ └── fstream-ignore@0.0.6 | |
│ ├── glob@3.2.1 | |
│ ├── graceful-fs@1.2.2 | |
│ ├── inherits@1.0.0 | |
│ ├── ini@1.1.0 | |
│ ├─┬ init-package-json@0.0.9 | |
│ │ └── promzard@0.2.0 | |
│ ├── lockfile@0.3.4 | |
│ ├── lru-cache@2.3.0 | |
│ ├─┬ minimatch@0.2.12 | |
│ │ └── sigmund@1.0.0 | |
│ ├── mkdirp@0.3.5 | |
│ ├── node-gyp@0.10.0 | |
│ ├── nopt@2.1.1 | |
│ ├─┬ normalize-package-data@0.1.7 | |
│ │ └── github-url-from-git@1.1.1 | |
│ ├─┬ npm-registry-client@0.2.24 | |
│ │ └── couch-login@0.1.17 | |
│ ├── npm-user-validate@0.0.3 | |
│ ├─┬ npmconf@0.1.0 | |
│ │ └─┬ config-chain@1.1.7 | |
│ │ └── proto-list@1.2.2 | |
│ ├── npmlog@0.0.2 | |
│ ├── once@1.1.1 | |
│ ├── opener@1.3.0 | |
│ ├── osenv@0.0.3 | |
│ ├─┬ read@1.0.4 | |
│ │ └── mute-stream@0.0.3 | |
│ ├── read-installed@0.1.1 | |
│ ├─┬ read-package-json@0.4.1 | |
│ │ └─┬ normalize-package-data@0.1.6 | |
│ │ └── github-url-from-git@1.1.1 | |
│ ├─┬ request@2.21.0 | |
│ │ ├── aws-sign@0.3.0 | |
│ │ ├── cookie-jar@0.3.0 | |
│ │ ├── forever-agent@0.5.0 | |
│ │ ├─┬ form-data@0.0.8 | |
│ │ │ ├── async@0.2.9 | |
│ │ │ └─┬ combined-stream@0.0.4 | |
│ │ │ └── delayed-stream@0.0.5 | |
│ │ ├─┬ hawk@0.13.1 | |
│ │ │ ├─┬ boom@0.4.2 | |
│ │ │ │ └── hoek@0.9.1 | |
│ │ │ ├── cryptiles@0.2.1 | |
│ │ │ ├── hoek@0.8.5 | |
│ │ │ └─┬ sntp@0.2.4 | |
│ │ │ └── hoek@0.9.1 | |
│ │ ├─┬ http-signature@0.9.11 | |
│ │ │ ├── asn1@0.1.11 | |
│ │ │ ├── assert-plus@0.1.2 | |
│ │ │ └── ctype@0.5.2 | |
│ │ ├── json-stringify-safe@4.0.0 | |
│ │ ├── mime@1.2.9 | |
│ │ ├── node-uuid@1.4.0 | |
│ │ ├── oauth-sign@0.3.0 | |
│ │ ├── qs@0.6.5 | |
│ │ └── tunnel-agent@0.3.0 | |
│ ├── retry@0.6.0 | |
│ ├── rimraf@2.1.4 | |
│ ├── semver@1.1.4 | |
│ ├── sha@1.0.1 | |
│ ├── slide@1.1.4 | |
│ ├── tar@0.1.17 | |
│ ├── uid-number@0.0.3 | |
│ └── which@1.0.5 | |
├─┬ phantomjs@1.9.1-0 | |
│ ├── adm-zip@0.2.1 | |
│ ├── kew@0.1.7 | |
│ ├── mkdirp@0.3.5 | |
│ ├── ncp@0.4.2 | |
│ ├─┬ npmconf@0.0.24 | |
│ │ ├─┬ config-chain@1.1.7 | |
│ │ │ └── proto-list@1.2.2 | |
│ │ ├── inherits@1.0.0 | |
│ │ ├── ini@1.1.0 | |
│ │ ├─┬ nopt@2.1.1 | |
│ │ │ └── abbrev@1.0.4 | |
│ │ ├── once@1.1.1 | |
│ │ ├── osenv@0.0.3 | |
│ │ └── semver@1.1.4 | |
│ └─┬ rimraf@2.0.3 | |
│ └── graceful-fs@1.1.14 | |
└── selenium-webdriver@2.33.0 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment