You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repo provide tools to convert JSON user flows from [Google Chrome DevTools Recorder](https://goo.gle/devtools-recorder) to WebdriverIO test scripts programmatically.
5
+
This repo provide tools to convert JSON user flows from [Google Chrome DevTools Recorder](https://goo.gle/devtools-recorder) to WebdriverIO test scripts programmatically (WebdriverIO `v7.24.0` or higher required).
6
6
7
7
✅ Converts multiple recordings to WebdriverIO tests in one go (out-of-the-box glob support)
8
8
🗂 User can pass their custom path to export tests.
Copy file name to clipboardExpand all lines: src/constants.ts
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -64,5 +64,4 @@ export const SUPPORTED_KEYS = {
64
64
meta: '\uE03D'
65
65
}asconst
66
66
67
-
exportconstDEFAULT_OUTPUT_FOLDER='wdio'
68
67
exportconstKEY_NOT_SUPPORTED_ERROR=`key "%s" not supported (supported are ${Object.keys(SUPPORTED_KEYS).join(', ')}), please file an issue in https://github.com/webdriverio/chrome-recorder to let us know, so we can add support.`
0 commit comments