Hi, I have question regarding test parallelisation. We have a test which updates the user account with different random details and validates that the new values are accepted by the server. It works fine in full parallel mode with other tests as long as I use just one project.
However my concern is, if we run this test with multiple projects, different browsers/projects might run this test at the same time, thus causing conflicts in the data validation.
Is there a way to ensure that this test never get executed at the same time by different browsers/projects? Or do you have any suggestions on how to tackle this problem?
This thread is trying to answer question "Is there a way to ensure that a test updating user account details and validating them against a server does not get executed at the same time by different browsers or projects?"
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].