Closed quockhanh closed 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)
npx playwright install
TODO: Fix here https://github.com/rockmelonqa/rockmelonqa-ide/blob/c6cc01700d996e226be41477834b53af1d1097da/electron/worker/actions/buildCode.ts#L43
I haven't been able to reproduce this, so I think it's been fixed
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)TODO: Fix here https://github.com/rockmelonqa/rockmelonqa-ide/blob/c6cc01700d996e226be41477834b53af1d1097da/electron/worker/actions/buildCode.ts#L43