UNPKG
@christian-bromann/webdriverio
Version:
latest (4.2.23)
4.2.23
4.2.22
4.2.21
4.2.20
4.2.19
4.2.18
4.2.17
4.2.16
4.2.15
4.2.14
4.2.13
4.2.12
4.2.11
4.2.10
4.2.9
4.2.8
4.2.7
4.2.6
A nodejs bindings implementation for selenium 2.0/webdriver
webdriver.io
webdriverio/webdriverio
@christian-bromann/webdriverio
/
test
/
conf
/
defaults.js
11 lines
(10 loc)
•
337 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export default { baseUrl:
'http
:
//127.0.0.1:8080',
testPage: { start:
'http
:
//127.0.0.1:8080/index.html',
subPage:
'http
:
//127.0.0.1:8080/two.html',
gestureTest:
'http
:
//127.0.0.1:8080/gestureTest.html',
staleTest:
'http
:
//127.0.0.1:8080/stale.html',
title:
'WebdriverJS
Testpage
' } }