fixed (find-process version, forced default port 9515 for chrome and edge driver), added exact match feature #893
Annotations
5 errors and 1 warning
|
Lint:
lib/start.js#L227
Replace `⏎······fsPaths[opts.onlyDriver].installPath,` with `fsPaths[opts.onlyDriver].installPath,·[`
|
Lint:
lib/start.js#L229
Replace `[...opts.drivers[opts.onlyDriver].onlyDriverArgs,·...(!opts.drivers[opts.onlyDriver].onlyDriverArgs.some(item·=>·item.includes('--port='))·&&·opts.onlyDriver·!==·'firefox'·?·[`--port=9515`]·:·[])]` with `...opts.drivers[opts.onlyDriver].onlyDriverArgs,⏎······...(!opts.drivers[opts.onlyDriver].onlyDriverArgs.some((item)·=>·item.includes('--port='))·&&⏎······opts.onlyDriver·!==·'firefox'⏎········?·[`--port=9515`]⏎········:·[]),`
|
Lint:
lib/start.js#L230
Insert `]`
|
Lint
Process completed with exit code 1.
|
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Loading