File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 2929 pip install pytest pytest-playwright
3030 python -m playwright install
3131
32+ - name : Install Playwright system dependencies
33+ run : |
34+ playwright install-deps
35+
3236 - name : Run Playwright browser test
3337 run : pytest tests/browser/test_corpus_decoder.py
Original file line number Diff line number Diff line change @@ -40,6 +40,10 @@ corpus_to_pcap = "curl_fuzzer_tools.corpus_to_pcap:run"
4040generate_matrix = " curl_fuzzer_tools.generate_matrix:run"
4141generate_decoder_html = " curl_fuzzer_tools.generate_decoder_html:run"
4242
43+
44+ [tool .setuptools .package-data ]
45+ curl_fuzzer_tools = [" templates/*.html" ]
46+
4347[build-system ]
4448requires = [" setuptools>=61.0" ]
4549build-backend = " setuptools.build_meta"
You can’t perform that action at this time.
0 commit comments