You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would love to have the possibility to configure local web servers per project.
In my use case, I have a full suite that runs against a local build of my application and a mock server, and a subset of those tests are used as smoke tests against production.
The problem is that playwright always executes the webservers configured when I run only the smoke-tests project.
If I had the possibility to configure the webServers per project, I would be able to avoid waiting for the local applications to be instantiated, like:
This would indeed be a great feature to have! We are having a lot of different unrelated test projects in one pw-config, to be able to set up different web servers for those would be awesome!
Yeah we have a need to have a "Live" project and a project with a Local server. one for CI one for Local so having a way to configure based on project would be great!
I would love to have the possibility to configure local web servers per project.
In my use case, I have a full suite that runs against a local build of my application and a mock server, and a subset of those tests are used as smoke tests against production.
The problem is that playwright always executes the webservers configured when I run only the
smoke-tests
project.If I had the possibility to configure the
webServer
s per project, I would be able to avoid waiting for the local applications to be instantiated, like:The text was updated successfully, but these errors were encountered: