|
|
|
|
|
by atonse
1875 days ago
|
|
This looks awesome. Is the underlying recorded data available in an easy to parse format like JSON? Would be quite powerful to do 90% of the work of transforming that recording to a puppeteer script to add to one’s test suite. Speaking of which, what is the state of the art right now for browser automation scripts? |
|
Also, generating Cypress/Puppeteer/Playwright tests is on my to-do list. It should be fairly easy because all the data, including selectors, is already there. I wrote more about my plans here: https://jarocki.me/blog/monito
Regarding state of the art for browser automation scripts, I think the most popular tools are Cypress and Puppeteer. I'd like to get some feedback from QA folks, though.