Hi everyone, I'm working on a automation project which using playwright and cucumber with Javascript. We recently found an weird issue when executing the scenarios. When using "page" with global.page, the parallel will failed, but working ok when using this.page. So I just wondering what's the different between global.page and this.page? Thank you in advance.
This thread is trying to answer question "What's the difference between 'global.page' and 'this.page' in the context of executing scenarios in parallel using Playwright and Cucumber with Javascript?"
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].