meteor-webdriver icon indicating copy to clipboard operation
meteor-webdriver copied to clipboard

WebdriverIO for Meteor

Results 17 meteor-webdriver issues
Sort by recently updated
recently updated
newest added

When using this package with Mocha I get a "ReferenceError: wdio is not defined" error under Meteor 1.2.0.2. I put the test file (your example in the Readme) under "tests/mocha/server/myTest.js"....

the demo files given in the readme as below... these can just go anywhere? or do they need to go within the package? assume they run server side only? is...

Why default screen resolution is Mobile? Shouldn't it be as some parameter? I was looking for any docs, but didn't found.

Hi. After updating xolvio:webdriver I got strange STDERR output. And tests works slower (I'm using single mirror to execute tests). 237s for 0.4.0 and 41s for 0.3.1. Here is STDERR...

**ChromeDriver failed to start in 5 seconds** ``` [xolvio:cucumber] Cucumber is running [xolvio:webdriver] getChromeDriver called [xolvio:webdriver] startChromeDriver called [xolvio:webdriver] Entering _startChromeDriver [xolvio:webdriver] Spawning phantom process binary /home/gildas/.meteor/packages/xolvio_webdriver/.0.5.2.1c9pccx++os+web.browser+web.cordova/npm/node_modules/chromedriver/lib/chromedriver/chromedriver [xolvio:webdriver] Spawned phantom...

It would be cool to share some common browser commands (authenticateUser, logout, etc.). As some may not make sense for all users, being able to provide them as separate packages...

JavaScript runtime errors seem to be triggering "Error starting PhantomJS" messages. Here's an example: ``` I20150225-06:53:40.123(-5)? ...[xolvio:webdriver][phantom output] [ERROR - 2015-02-25T11:53:40.123Z] Session [ef158d90-bce4-11e4-9f28-cbac2e04be3a] - page.onError - msg: TypeError: 'undefined' is...

bug