mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore: allow PW_VERSION_OVERRIDE in tests (#27861)
This commit is contained in:
parent
3127765bde
commit
f620828818
@ -68,7 +68,7 @@ if (mode === 'service') {
|
||||
};
|
||||
}
|
||||
if (mode === 'service2') {
|
||||
process.env.PW_VERSION_OVERRIDE = '1.37';
|
||||
process.env.PW_VERSION_OVERRIDE = process.env.PW_VERSION_OVERRIDE || '1.39';
|
||||
connectOptions = {
|
||||
wsEndpoint: `${process.env.PLAYWRIGHT_SERVICE_URL}?cap=${JSON.stringify({ os, runId })}`,
|
||||
timeout: 3 * 60 * 1000,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user