I am new to serenity-js and trying to implement it for end to end test case for an angular application.
My team has already written the unit test case using jasmine. As I know, serenity-js don't support jasmine. what should I do to make it work?
Option 1: install both jasmine and mocha/chai
option 2: install 2.0.1-alpha.4 Please suggest
If you are using
expectfrom Jasmine and have already invested significant effort in writing tests with it, the expect NPM module from Jest is very similar to Jasmine's and is compatible with CucumberJS. Live Demonstration: https://testjam.io/?p=D11o5cwOIQukGy1F6GRUOtherwise, I'd recommend using Chai.