I want to test an Angularjs Project using protractor and I am looking for test recorder (like Selenium IDE) to make it without writing the test cases. Is there any tool available?
Asked
Active
Viewed 9,779 times
3 Answers
7
Yes. Try protractor recorder. It is a webapp to recorder and run tests with protractor. You can enter a base url, click on 'Record' to start recording mouse and keyboard events. You can also export the conf.js and spec.js and run directly from the interface.

Eduardo Alves Pereira
- 79
- 1
- 3
0
I'm currently building a test-recorder for different test frameworks. https://github.com/QuantumInformation/test-recorder

Nikos
- 7,295
- 7
- 52
- 88