pioneer icon indicating copy to clipboard operation
pioneer copied to clipboard

Integration Testing

Results 65 pioneer issues
Sort by recently updated
recently updated
newest added

http://chromedriver.storage.googleapis.com/index.html

simple

- http://selenium.googlecode.com/git/docs/api/java/org/openqa/selenium/chrome/ChromeDriver.html - http://selenium.googlecode.com/git/docs/api/java/org/openqa/selenium/remote/RemoteWebDriver.html

simple

I just got ``` C:\t\node_modules\pioneer\node_modules\selenium-webdriver\lib\webdriver\promise.js:1643 throw error; ^ AssertionError: expected false to be true ``` What is going on? I don't even know what failed... Not even the line... nothing.

If you do `./node_modules/.bin/pioneer --scaffold` it will throw an error because of the ".bin" folder which starts with a dot. You can: - Change tutorial to `"./node_modules/.bin/pioneer" --scaffold`

I'm using react.js for the UI and [RCSS](https://github.com/chenglou/RCSS) for css. In this way I get out of the way the dirty CSS. So no hard-coded classes are set in the...

holaaaaaa, am I doing something wrong here? ``` @When /^I enter incorrect values for all of the form fields$/, -> form = new @Widget.Form.extend root: 'form' form.submitWith subdomain: 'testingtesting0000' password:...