Frustrated with My Playwright Journey !
Hello,
I'm really starting to feel frustrated with my automation learning using Playwright. I successfully completed the "Playwright from zero to hero" course on Udemy, and I'm currently working on a personal project on the website saucedemo.com using the Page Object Model. The structure is relatively basic: an end-to-end test .spec.ts
, a Page Object where I put classes, methods, and assertions...
Out of curiosity, I checked out other similar Playwright projects on GitHub, and I stumbled upon this one.
https://github.com/ecureuill/saucedemo-playwright/tree/main/tests
I feel so far behind compared to what this person has done. I even struggle to understand the different dependencies between the pages, classes, and components in their project...
I feel really useless, and it demotivates me because my goal is to be employable as an automation engineer, but when I see projects like this, just trying to understand them makes me feel so distant from where I want to be. I'm frustrated.
Thanks you for your help