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
- Webdriver.io is committed to the Webdriver Protocol, which is a community-driven spec (as opposed to Chrome Webdriver Protocol.). Playwright uses the Chrome Webdriver protocol for chrome and it's own [custom protocol](https://github.com/microsoft/playwright/issues/4862) for safari / edge.
4
-
- Webdriver.io protocol allows for much better device support-- such as ie11.
5
-
- Webdriver.io has native support for lighthouse and lots of other cool stuff!
1
+
# @internal/consent-tools-integration-tests"
6
2
7
3
## Project structure
8
4
-`/public` - Test server root
@@ -18,12 +14,3 @@ Why is this using wd.io instead of playwright?
18
14
```
19
15
yarn . test:int
20
16
```
21
-
22
-
### Debugging Tips:
23
-
- Webdriver.io has the handy `browser.debug()` command.
24
-
25
-
- You can serve the static pages by themselves (without Playwright) with the following:
0 commit comments