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
Our business requires controlling Workers in multiple different environments for testing. These Worker-controlled environments may include mobile phones, Linux, MacOS, Windows, etc. We have mechanisms for automatically detecting and restarting these environments, but sometimes certain environments still cannot function properly. We hope to be able to exclude them and allocate test cases to Worker processes corresponding to normal environments.
Can we consider supporting?
The text was updated successfully, but these errors were encountered:
the common recommendation for testing against multiple environments is to have one ci job/matrix entry per environment an having the ci system manage the provisioning of the environment
that way xdist would not have to care as xdist would not need to distinguish environments
additionally commonly one needs to run most/all tests against each environment, having xdist split tests between different environments would imply not running them elsewhere
Our business requires controlling Workers in multiple different environments for testing. These Worker-controlled environments may include mobile phones, Linux, MacOS, Windows, etc. We have mechanisms for automatically detecting and restarting these environments, but sometimes certain environments still cannot function properly. We hope to be able to exclude them and allocate test cases to Worker processes corresponding to normal environments.
Can we consider supporting?
The text was updated successfully, but these errors were encountered: