Has anyone used Playwright with Umbraco Backoffice Package Development?

Hello :waving_hand:
Has anyone used Playwright tests written in TypeScript to test the functionality of their packages?

If so, would anyone have any pointers or advice on how to get started with it?

I know the core team has this repo that they use, but I am unsure how best to even start using this and get started,

Looking forward to getting some advice or poitners from some testing whizkids :slight_smile:

I submitted a PR a while ago for a package to add tests. I ended up not using Umbracos framework as the tests were quite basic.

You can have a look here: add initial playwright setup and a quick test by jemayn ยท Pull Request #30 ยท LottePitcher/umbraco-admin-only-property

2 Likes

Thanks Jesper.
I will take a look and see how I far I get with it and your PR as a point of reference.

Expect more questions in this thread though as I try to figure it all out :slight_smile: