참고소스 수정본
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
process.exit(1);
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"capabilities":
|
||||
[
|
||||
{
|
||||
"browserName": "chrome",
|
||||
"maxInstances": 5,
|
||||
"seleniumProtocol": "WebDriver"
|
||||
}
|
||||
],
|
||||
"role": "standalone",
|
||||
"port": 4444,
|
||||
"debug": false,
|
||||
"browserTimeout": 0,
|
||||
"timeout": 1800,
|
||||
"enablePassThrough": true,
|
||||
"server": {
|
||||
"port": 4444
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user