Hey guys, I wish to introduce the test-recorder. The test-recorder is an ambitious project that aims to record integration tests for any web application. It also provides assertions to changes in your DOM structure. It has been migrated from an addon: GitHub - quantuminformation/ember-cli-test-recorder: DEPRECATED Recording your steps used to interact with an Ember applications to then be added to an integration test.
I am currently focused on getting the tests compatible with NightWatch and Ember CLI.
This project records the ways you interact with your application and then generates the code to playback these actions inside an acceptance test runner. The idea is to save you time writing these tests by hand.
I made a video here about using it with NightWatch
Any feedback would be great and would drive development of the tool and help in making the video on the ember side of things!
The latest version in action: