Searching for protractor test recorder

Kratos picture Kratos · May 22, 2015 · Viewed 9.4k times · Source

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?

Answer

Eduardo Alves Pereira picture Eduardo Alves Pereira · Nov 10, 2015

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.