Skip to content

Commit cff7cc9

Browse files
committed
[py] Migrating remote tests to the new Grid CLI
1 parent d860153 commit cff7cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def wait_for_server(url, timeout):
209209
'is using port {}, continuing...'.format(_port))
210210
except Exception:
211211
print('Starting the Selenium server')
212-
process = subprocess.Popen(['java', '-jar', _path])
212+
process = subprocess.Popen(['java', '-jar', _path, 'standalone', '--port', '4444'])
213213
print('Selenium server running as process: {}'.format(process.pid))
214214
assert wait_for_server(url, 10), 'Timed out waiting for Selenium server at {}'.format(url)
215215
print('Selenium server is ready')

0 commit comments

Comments
 (0)