webdriverio / query-selector-shadow-dom

querySelector that can pierce Shadow DOM roots without knowing the path through nested shadow roots. Useful for automated testing of Web Components. Production use is not advised, this is for test environments/tools such as Web Driver, Playwright, Puppeteer
MIT License
242 stars 25 forks source link

investigate codeceptjs and shadow dom #27

Closed Georgegriff closed 4 years ago

Georgegriff commented 4 years ago
Georgegriff commented 4 years ago

Might be able to PR to codeceptjs for waitForText etc with this: https://github.com/microsoft/playwright/blob/master/docs/selectors.md#selector-syntax

codecov[bot] commented 4 years ago

Codecov Report

Merging #27 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #27   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines          60     60           
=====================================
  Hits           60     60

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 759c882...75257fb. Read the comment docs.

Georgegriff commented 4 years ago

TODO provide an example steps/project, for now a zip of what ive been experimenting with CodeceptjsShadowDom.zip