InterviewSolution
Saved Bookmarks
| 1. |
How Can You Do Reporting In Protractor? |
|
Answer» Protractor doesn’t come BUNDLED with any reporting tool. However based on the framework that you’re using, you can use a lot of reporters. For eg, you can use ALLURE with JASMINE 2.0 with Protractor, Mochawesome when using with Mocha and Cucumber SPECIFIC reporters when working with Cucumber. Protractor doesn’t come bundled with any reporting tool. However based on the framework that you’re using, you can use a lot of reporters. For eg, you can use Allure with Jasmine 2.0 with Protractor, Mochawesome when using with Mocha and Cucumber specific reporters when working with Cucumber. |
|