Searching for protractor test recorder
Asked Answered
S

3

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?

Stavropol answered 22/5, 2015 at 9:5 Comment(0)
A
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.

Agrestic answered 10/11, 2015 at 12:48 Comment(0)
S
6

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

Sinecure answered 22/5, 2015 at 13:45 Comment(1)
Thank you for your feedback. It is a very useful tool.Stavropol
A
0

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

Adiathermancy answered 8/4, 2017 at 10:39 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.