Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 823 Bytes

File metadata and controls

23 lines (16 loc) · 823 Bytes

Thucydides Step Formatter for Selenium IDE

This is a Firefox plugin that adds Thucydides formatters to Selenium IDE so that tests can be exported as Thucydides Selenium test cases..

Description

The mapping of Selenium Testcases to Thucydides is:

  • Testcase = Thucydides Step,
  • Suite = Thucydides Test

This allows Thucydides to provide screenshots for each step. To see how the Thucydides report looks like, see the sample report provided.

Installation

  1. Run build.bat.
  2. Open webdriver-backed-formatters.xpi in Firefox.

Credits

Adam Goucher - Author of the Selenium IDE plugin API