chore(deps): update webdriverio to 8.16 and stop using selenium-standalone

This commit is contained in:
Rachel Fenichel
2023-09-18 11:49:12 -07:00
parent c3b7d42022
commit b22656b636
6 changed files with 364 additions and 11896 deletions

View File

@@ -36,7 +36,6 @@ async function runCompileCheckInBrowser() {
browserName: 'chrome',
},
logLevel: 'warn',
services: ['selenium-standalone']
};
// Run in headless mode on Github Actions.
if (process.env.CI) {