Skip to content

Commit

Permalink
[py] Migrating remote tests to the new Grid CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Sep 24, 2019
1 parent d860153 commit cff7cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def wait_for_server(url, timeout):
'is using port {}, continuing...'.format(_port))
except Exception:
print('Starting the Selenium server')
process = subprocess.Popen(['java', '-jar', _path])
process = subprocess.Popen(['java', '-jar', _path, 'standalone', '--port', '4444'])
print('Selenium server running as process: {}'.format(process.pid))
assert wait_for_server(url, 10), 'Timed out waiting for Selenium server at {}'.format(url)
print('Selenium server is ready')
Expand Down

0 comments on commit cff7cc9

Please sign in to comment.