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?
Searching for protractor test recorder
Asked Answered
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.
Try elementor. It is not a recorder, but it will help you find locators for your tests.
Thank you for your feedback. It is a very useful tool. –
Stavropol
I'm currently building a test-recorder for different test frameworks. https://github.com/QuantumInformation/test-recorder
© 2022 - 2024 — McMap. All rights reserved.