Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Searching for protractor test recorder

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?

like image 868
Kratos Avatar asked May 22 '15 09:05

Kratos


2 Answers

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.

like image 187
Eduardo Alves Pereira Avatar answered Sep 21 '22 07:09

Eduardo Alves Pereira


Try elementor. It is not a recorder, but it will help you find locators for your tests.

like image 35
Andres D Avatar answered Sep 19 '22 07:09

Andres D