rockmelonqa / rockmelonqa-ide

Test Automation IDE that generates and runs Playwright and Selenium code
MIT License
4 stars 3 forks source link

Typescript: Improve gen code to install `npx playwright install` #183

Closed quockhanh closed 1 year ago

quockhanh commented 1 year ago

For typescript project, when generate code, we miss following step npx playwright install so sometimes generated-code is not ready to run test (see image)

image

TODO: Fix here https://github.com/rockmelonqa/rockmelonqa-ide/blob/c6cc01700d996e226be41477834b53af1d1097da/electron/worker/actions/buildCode.ts#L43

brogreenmoon commented 1 year ago

I haven't been able to reproduce this, so I think it's been fixed