Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

0 like 0 dislike
320 views
by The go-to Tester (222 points)
retagged by
In my current project, we are asked to use Protractor JS to do test automation. So far we have used our own Java framework to automate the web application. I have heard of ngWebDriver. But, I am not sure if that is the ideal way to combine JavaScript and Java. I am planning to use mocha as my testing framework. Can you suggest me any good reporting plugin or tool that I can integrate with it?

2 Answers

1 like 0 dislike
by Contributing Tester (53 points)
There are a lot of good reporting tools out there. It depends on the framework that you're choosing for Protractor tests.

For example, if you're using jasmine 2 as the default framework, then apart from jasmine-spec-reporter, you can use allure-reporter, which has a nice GUI for reporting.

If you're using mocha as the default framework, there are mocha reporters that will make your job easier. Mochawesome is one of the best reporting tools for mocha.

If you're using CucumberJS with Protractor, then you can opt for protractor-cucumber-reporter.

A regular google search with the names of the reporter will give their git links which mentions the set up.
0 like 0 dislike
by The go-to Tester (222 points)
You can use

https://www.npmjs.com/package/jasmine-spec-reporter

jasmine-spec-reporter


This site is for software testing professionals, where you can ask all your questions and get answers from 1300+ masters of the profession. Click here to submit yours now!

1.4k questions

1.6k answers

866 comments

1.9k users

...