bitovi / testee-client

Testee client adapters for QUnit, Jasmine and Mocha
https://www.npmjs.com/package/testee-client
MIT License
1 stars 1 forks source link

Adding Jasmine 2.x adapter #3

Closed ccummings closed 9 years ago

ccummings commented 9 years ago

Adds an adapter for Jasmine 2.x

The API for reporters in 2.x are very similar but every method was renamed and the information stored in the spec and suite objects is missing things like a suite's parent and a spec's suite so those have to be tracked manually.