transpiles json expoeted by katalon web recorder to node script using puppeteer.
Please take a look a complete tutorial guide to get to know how this tool works.
npm i katalon2puppeteer -g
k2p -i './test.json'
an example with optionis
k2p \
-i 'test/e2e/**/*.json' \
--delay 2000
json files are supposed to be exported with katalon web recorder.
choose JSON (via plugin)
in each testcase for export json files.