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

@@ -47,7 +47,6 @@ async function runGeneratorsInBrowser(outputDir) {
},
},
logLevel: 'warn',
services: ['selenium-standalone']
};
// Run in headless mode on Github Actions.