1.9.1 • Published 7 years ago

meta4qa-browser v1.9.1

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
7 years ago

Dialect For Web Apps

A scenario describes a user story - essentially it's a list of instructions and expectations.

The framework interprets each step in the scenario using the Gherkin Vocabulary.

To test using a particular web browser, you'll need to install the appropriate driver:

Let's start with an example:

@dialect=webapp
@target=google
Scenario: Test Google using Firefox

  Given I use firefox browser
  When I visit /
  When I type meta4qa into q
  When I click btnG
  When I wait until page is meta4qa - Google Search
  Then I stop using browser
  Then dump