Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 718 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 718 Bytes

katalon2puppeteer

transpiles json expoeted by katalon web recorder to node script using puppeteer.

Turorial

Please take a look a complete tutorial guide to get to know how this tool works.

installation

npm i katalon2puppeteer -g

Useage

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.
instruction.gif