UNPKG
triage-button
Version:
latest (3.42.0)
3.42.0
The my-button component provides users a way to trigger actions in the UI.
triage-button
/
wdio.conf.js
7 lines
(4 loc)
•
234 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
path
=
require
(
'path'
); const wdioConf =
require
(
'../../node_modules/terra-toolkit/config/wdio/wdio.conf'
); wdioConf.
config
.specs = [
path
.join(__dirname,
'tests'
,
'wdio'
,
'**'
,
'*-spec.js'
)]; exports.
config
= wdioConf.
config
;