How to Run a Specific Spec File During `globalSetup` in Playwright?
I’m trying to run a specific spec file (math.spec.js
) during the globalSetup
phase in Playwright. The goal is to execute this spec file before any other tests run.
I’m trying to run a specific spec file (math.spec.js
) during the globalSetup
phase in Playwright. The goal is to execute this spec file before any other tests run.