Playwright recording test in TS instead of JS

38 Views Asked by At

I have playwright installed with its VS code Extension (Playwright Test for VS code from Microsoft). The project is setup for JS and I have been recording tests with the plug in. It was creating JS files but for some reason, now, when I record a test with the plugin, it generates a TS file.

I would like it to record a JS file instead. Anyone with any idea where project settings are saved for this functionality.

enter image description here

0

There are 0 best solutions below