pioneer
pioneer copied to clipboard
Integration Testing
http://chromedriver.storage.googleapis.com/index.html
- 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
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:...