vasu31dev / playwright-ts-template

Playwright Typescript Automation testing framework Template is designed for Web (Desktop & Mobile), API, and Electron apps. Stable and Robust layer on top of Playwright with inbuilt Utilities, Linting, Logger, Web hooks, Github actions, Reports and much more
110 stars 5 forks source link

Template project with Utils project #27

Open rameshnss opened 3 weeks ago

rameshnss commented 3 weeks ago

Hello Vasu31dev, your way of architecture of playwright project is excellent and I’d like to exercise for my learning. I skipped using cli and directly cloned your template project and installing your utils project. When I run tests from template using ‘npm run test’ , I’m getting playwright not recognized error. Pls advise. What I’m missing.

vcannam commented 1 week ago

Hi @rameshnss , Sorry for the late response. I have updated the packages just now. Can you please pull the latest code from the template project, run the npm run ready command and run the tests again. If you still face errors then can you please let me know the the OS, playwright version and the error message that you are getting.