Skip to content

Commit bce7c7c

Browse files
committed
update README
1 parent cc45627 commit bce7c7c

File tree

1 file changed

+1
-14
lines changed
  • packages/consent/consent-tools-integration-tests

1 file changed

+1
-14
lines changed
Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
Why is this using wd.io instead of playwright?
2-
3-
- 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"
62

73
## Project structure
84
- `/public` - Test server root
@@ -18,12 +14,3 @@ Why is this using wd.io instead of playwright?
1814
```
1915
yarn . test:int
2016
```
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:
26-
```
27-
yarn webpack -w &
28-
npx live-server .
29-
```

0 commit comments

Comments
 (0)