mirror of
https://github.com/actions/setup-dotnet.git
synced 2024-11-23 03:51:07 +07:00
17 lines
284 B
JSON
17 lines
284 B
JSON
{
|
|
"tests": "./spec/*_spec.js",
|
|
"timeout": 10000,
|
|
"output": "./output",
|
|
"helpers": {
|
|
"WebDriverIO": {
|
|
"url": "http://localhost",
|
|
"browser": "chrome"
|
|
}
|
|
},
|
|
"include": {
|
|
"I": "./steps_file.js"
|
|
},
|
|
"bootstrap": false,
|
|
"mocha": {},
|
|
"name": "fxp"
|
|
} |