Updated to reflect more complexity, adding some subjectivity in the process

This commit is contained in:
Mike Burns 2012-06-29 15:30:36 +02:00
parent 2f674ba455
commit 09425000f7
1 changed files with 9 additions and 3 deletions

12
GOALS
View File

@ -1,3 +1,9 @@
capybara-webkit hits 1.0.0 when all shared examples from capybara are
implemented. See capybara:lib/capybara/spec/**/*rb for the shared
example groups.
capybara-webkit hits 1.0.0 when:
* All shared examples from capybara are implemented. See
capybara:lib/capybara/spec/**/*rb for the shared example groups.
* Test failures are a result of issues in the developer's code and not
capybara-webkit.
* Test failures lead to clear explanations for what failed and what can
be done to resolve them.
* It handles iframes, cookies, page loading, and other oddities.