first off, thank you @mxschmitt for this very useful repo; it is a great example short of a native PW feature.
I was wondering how I would go about adapting the fixture code to work with tests reusing the same page? I understand page/context fixtures have an on-each-test lifecycle, so is there a clean way to somehow "link" them to a global page instance?
first off, thank you @mxschmitt for this very useful repo; it is a great example short of a native PW feature.
I was wondering how I would go about adapting the fixture code to work with tests reusing the same page? I understand page/context fixtures have an on-each-test lifecycle, so is there a clean way to somehow "link" them to a global page instance?