chrome-recorder
chrome-recorder copied to clipboard
Generate WebdriverIO Tests from Google Chrome DevTools Recordings.
https://developer.chrome.com/docs/devtools/recorder/reference#step-properties Given a step like this: ```json { "type": "waitForElement", "target": "main", "selectors": [ "#counter" ], "operator": "==", "count": 1, "properties": { "value": "0" } } ``` The result is:...
When there is no `count` property in `waitForElement` the output contains `undefined`. Given an input like this: ```json { "type": "waitForElement", "target": "main", "selectors": [ "#counter" ], "operator": "==" }...
When there is no `operator` property in `waitForElement` there is no output. Given an input like this: ```json { "type": "waitForElement", "target": "main", "selectors": [ "#counter" ], "count": 1 }...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.11 to 22.7.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.16.1 to 8.10.0. Release notes Sourced from @typescript-eslint/eslint-plugin's releases. v8.10.0 8.10.0 (2024-10-17) 🚀 Features support TypeScript 5.6 (#9972) 🩹 Fixes typescript-eslint: propagate name field to extended configs...
Bumps [npm-run-all2](https://github.com/bcomnes/npm-run-all2) from 6.2.2 to 6.2.4. Release notes Sourced from npm-run-all2's releases. v6.2.4 Merged Switch to JS-based which command [#154](https://github.com/bcomnes/npm-run-all2/issues/154) Fixed Switch to JS-based which command [#153](https://github.com/bcomnes/npm-run-all2/issues/153) v6.2.3 Commits Merge...
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.3 to 5.6.3. Release notes Sourced from typescript's releases. TypeScript 5.6.3 For release notes, check out the release announcement. For the complete list of fixed issues, check...
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 2.0.4 to 2.1.3. Release notes Sourced from vitest's releases. v2.1.3 🐞 Bug Fixes Fix error diff of toBeNaN, toBeUndefined, toBeNull, toBeTruthy, toBeFalsy - by @hi-ogawa in vitest-dev/vitest#6697...