7

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?

Kratos
  • 1,064
  • 4
  • 20
  • 39

3 Answers3

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.

6

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

Andres D
  • 8,910
  • 2
  • 26
  • 31
0

I'm currently building a test-recorder for different test frameworks. https://github.com/QuantumInformation/test-recorder

Nikos
  • 7,295
  • 7
  • 52
  • 88