Gotta automate those tests!NitroRecorder is a Javascript UI User actions recorder and test spec code translator
## in short -> it writes your code for you ##
How to use:
Just click extension's icon on web UI that you are about to test
What It Does/Has:
tracks User Activity by listening to 4 event types:
"click"
"keyup"
"contextmenu"
"change"
user is able to actually build the end test spec from {NR} UI with appropriate codeblocks like expect(...), wait(...), log(...), that are defined by provided descriptor
{NR} produces end spec that can be used by a testrunner in a framework of choice based on the provided descriptor (basically can produce any code)
events propagation prevention is not going to block {NR}
All tracked by {NR} events are undoable/re-doable at any given point, as well as saving/loading tracking progress
Has a persistent local-storage, which allows not to lose tracking progress on page refresh
{NR} is shipped in a form of dev. chrome-extension that is easy to install and it can plugin in any web application
Whom needs it?
tests automation engineers to:
write automated End-to-End tests
reduce amount of boiler plate code to minimum
write less error-prone and more solid tests