Ross Wollman

Results 145 comments of Ross Wollman

Folded #16215 into this where a user requests that their fixtures are available in globalSetup.

Here's an updated proposal based on conversations around https://github.com/microsoft/playwright/issues/14895#issuecomment-1203272743. It's inspired by @pavelfeldman's simpler schedule proposal, but takes it a step further to accommodate more use cases requested by users....

Feedback: - show examples of the basic use cases - remove dependsOn/tree struct — just return an array of arrays. Each level depends on the last. - don't expose the...

Simplified API proposal to implement: Experimented with some more [complicated scheduling logic](https://github.com/microsoft/playwright/issues/14895#issuecomment-1207665459), but ultimately a nice first step would be to make it simpler, review actual impl, and poke holes...

There's a few options depending on what the rest of your setup looks like. If you're already using env variables, the simplest approach is to define different scripts in your...

@viveksuarez7 Looks like I missed you're on Windows. Add `cross-env` to your project: ``` npm i --save-dev cross-env ``` And then add cross-env in prefix in your package.json: ``` {...

Thanks for your report! Can you please share a link to repo that we can clone and run that exhibits the behavior? This will help us debug faster and ensure...

Closing as part of triage per-above. Please file a new issue with the information requested above, and reference this issue. Thanks!

Closing per-above as part of triage. Please re-file with a repro and file a new issue referencing this issue. (The repro should be in the form of GitHub repo we...

Per-above closing as part of triage. We'd love to be more useful here, but there are currently too many unknown factors for us to do more than guess. Please try...