projects
/
test
/
tct
/
csharp
/
api.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
2cc62778aa5991ec11eca42f4c8c9e5a6620a8c8
[test/tct/csharp/api.git]
/
1
def initCapability(test_app=None, test_ext=None):
2
capability = {'chrome.binary': '/usr/bin/chromium-browser'}
3
return {'webdriver_url': 'http://127.0.0.1:9515', 'desired_capabilities': capability, 'test_prefix': 'file:///'}