Am using Protractor Jasmine Framework along with jasmine allure reporter.Please give clarifications for following:
- is reporter pass/fail steps is only based on
describeitblocks only? - Am using multiple steps inside a
itblock. How can we add test step without usingitblocks? Like each and every step needs to be reported. - How can we print a passed
expectstatement in html file reporter?
You can use chaining to have multiple condition in an
itblock.I use jasmin-spec-reporter for reporting.