Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 826 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 826 Bytes

se-runner-framework-jasmine

Jasmine framework adaptor for se-runner

Installation

npm install se-runner-framework-jasmine --save-dev

NPM package

Usage

See se-runner for information on how to use this adaptor to run Jasmine Selenium tests.

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality.

Release History

  • 2017-04-13 v1.1.1 Fixed bug in JasmineReporter when nested suites are used.
  • 2016-12-09 v1.1.0 Create jasmine reporter and communicate result up to SeRunner.
  • 2016-05-10 v1.0.0 Initial version.