Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4113998
wdio.conf.cucumber.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
450 B
Referenced Files
None
Subscribers
None
wdio.conf.cucumber.js
View Options
'use strict'
;
const
{
config
}
=
require
(
'./wdio.conf'
);
config
.
specs
=
[
__dirname
+
'/features/*.feature'
];
config
.
framework
=
'cucumber'
;
config
.
cucumberOpts
=
{
require
:
[
'./tests/selenium/features/support/*.js'
,
'./tests/selenium/features/step_definitions/index.js'
// search a (sub)folder for JS files with a wildcard
// works since version 1.1 of the wdio-cucumber-framework
// './src/**/*.js',
]
};
exports
.
config
=
config
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Aug 18, 23:47 (13 h, 53 m ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
61/90/0e34148830495062b086057fc191
Default Alt Text
wdio.conf.cucumber.js (450 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment