nightwatchjs / nightwatch-chrome-recorder

Generate Nightwatch Tests from Google Chrome DevTools Recorder
MIT License
22 stars 8 forks source link

Add Support for StringifyStep #7

Closed vaibhavsingh97 closed 2 years ago

vaibhavsingh97 commented 2 years ago

Devtools Recorder will have the option to export a single step to transformed steps. We need to ship a function, so that extension can use the function to export a single step.

Ref: https://github.com/nightwatchjs/nightwatch-recorder-extension/issues/4