jedie / django-tools

miscellaneous django tools
http://pypi.python.org/pypi/django-tools/
Other
128 stars 31 forks source link

Silenium -> Playwright #69

Closed jedie closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #69 (c797a48) into main (7c989f0) will decrease coverage by 3.81%. The diff coverage is 71.21%.

@@            Coverage Diff             @@
##             main      #69      +/-   ##
==========================================
- Coverage   80.24%   76.43%   -3.82%     
==========================================
  Files         149      152       +3     
  Lines        6161     6089      -72     
==========================================
- Hits         4944     4654     -290     
- Misses       1217     1435     +218     
Impacted Files Coverage Δ
django_tools/selenium/base.py 0.00% <0.00%> (-75.00%) :arrow_down:
django_tools/selenium/chromedriver.py 0.00% <0.00%> (-83.93%) :arrow_down:
django_tools/selenium/cli.py 0.00% <0.00%> (-24.40%) :arrow_down:
django_tools/selenium/response.py 34.48% <0.00%> (-1.24%) :arrow_down:
...tools_test_project/tests/test_playwright_helper.py 70.96% <70.96%> (ø)
django_tools/playwright/base.py 100.00% <100.00%> (ø)
django_tools/playwright/utils.py 100.00% <100.00%> (ø)
django_tools_test_project/tests/conftest.py 100.00% <100.00%> (ø)
django_tools/selenium/django.py 0.00% <0.00%> (-100.00%) :arrow_down:
... and 3 more

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 c003e89...c797a48. Read the comment docs.