-
Notifications
You must be signed in to change notification settings - Fork 656
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OWASP ZAP で Playwright を使用する #5263
Conversation
9dbeaed
to
8deec5f
Compare
8deec5f
to
ab3ac03
Compare
Codecov Report
@@ Coverage Diff @@
## 4.1 #5263 +/- ##
============================================
- Coverage 68.45% 68.43% -0.02%
Complexity 6121 6121
============================================
Files 461 461
Lines 25166 25166
============================================
- Hits 17227 17223 -4
- Misses 7939 7943 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@nanasess |
概要(Overview・Refs Issue)
OWASP ZAP のペネトレーションテスト自動化で Selenium を使用してクロールしていましたが、最近は Playwright がとても良いということで書き換えてみました。
生産性に大きく貢献できそうですので、Selenium から Playwright へ置き換えていきたいと思います
メリット
waitFor...
とか勝手にやってくれるデメリット
方針(Policy)
実装に関する補足(Appendix)
テスト(Test)
相談(Discussion)
ぜひご意見ください
マイナーバージョン互換性保持のための制限事項チェックリスト
レビュワー確認項目