Skip to content

Commit

Permalink
More neutral paragraph about test frameworks support
Browse files Browse the repository at this point in the history
  • Loading branch information
dandv committed Aug 6, 2015
1 parent e076a63 commit b692883
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ This library is a [webdriver](https://w3c.github.io/webdriver/webdriver-spec.htm
super easy [Selenium](https://en.wikipedia.org/wiki/Selenium_(software)) tests in your favorite
BDD/TDD test framework, that will run locally or in the cloud using Sauce Labs, Browsertack or Testingbot.

Unlike integrated testing frameworks (Nightwatch, Intern), WebdriverIO lets you use your favorite test framework,
such as Cucumber, which the other two don't officially support ([1](https://github.com/nightwatchjs/nightwatch/issues/22#issuecomment-34429738),
[2](https://github.com/theintern/intern/pull/196)).
WebdriverIO is agnostic with regards to the test framework you want to use. Cucumber, Jasmine and Mocha+Chai
are supported by the configuration wizard, and you can use other frameworks as well - for example
[Yadda](https://github.com/webdriverio/cucumber-boilerplate).

## Installation

Expand Down

0 comments on commit b692883

Please sign in to comment.