Hello, We are several teams in my company and to simplify the management of tests, we prefer that the tests be versioned in each project. But sometimes we wish we could run the tests of other teams, because we know we can have an impact on their behavior. Hence the idea that each project publishes a package containing its tests in a private registry. And then, if needed, we can install them on our project to run them.
I don't know if this is possible, nor how to tell playwright how to include the tests that would be in a package.
Have you already done this, if so how? Have you implemented another architecture?
This thread is trying to answer question "Is it possible to put its tests in a separate package and how to include them in Playwright?"
Rayrun is a community for QA engineers. I am constantly looking for new ways to add value to people learning Playwright and other browser automation frameworks. If you have feedback, email [email protected].