siurbele420

Results 5 comments of siurbele420

> I think the issue is about the importance of understanding by the playwright framework maintainers that both serial mode with skipping and without skipping subsequent tests within one describe...

> I've improved the workaround from [my previous message](https://github.com/microsoft/playwright/issues/22520#issuecomment-2351421682) to run `beforeAll / afterAll` only once. Instead of using lock-files, I've setup cross-worker communication. It is faster and does not...

@vitalets Oh sorry, I meant ESM. Taking your solution without editing I get the error : ``` ReferenceError: require is not defined in ES module scope, you can use import...

I strongly believe that incorporating this feature would significantly enhance the project's flexibility. In my specific use case, being able to read the test names in the queue after initiating...