Skip to content

Commit 1961a98

Browse files
committed
Update the documentation
1 parent d69964b commit 1961a98

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

examples/example_logs/ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ pytest test_suite.py --dashboard --html=report.html
7272

7373
--------
7474

75-
If viewing ``pytest-html`` reports in [Jenkins](https://www.jenkins.io/), you may need to [configure Jenkins settings](https://stackoverflow.com/a/46197356) for the HTML to render correctly. This is due to [Jenkins CSP changes](https://www.jenkins.io/doc/book/system-administration/security/configuring-content-security-policy/). That setting can be changed from ``Manage Jenkins`` > ``Script Console`` by running:
75+
If viewing ``pytest-html`` reports in [Jenkins](https://www.jenkins.io/), you may need to [configure Jenkins settings](https://stackoverflow.com/a/46197356) for the HTML to render correctly. This is due to [Jenkins CSP changes](https://www.jenkins.io/doc/book/security/configuring-content-security-policy/). That setting can be changed from ``Manage Jenkins`` > ``Script Console`` by running:
7676

7777
```
7878
System.setProperty("hudson.model.DirectoryBrowserSupport.CSP", "")

seleniumbase/common/ReadMe.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
#### Use these Python decorators with your test methods as needed:
66

7+
* @print_runtime(description=None, limit=None)
8+
9+
* @runtime_limit(limit, description=None)
10+
711
* @retry_on_exception(tries=6, delay=1, backoff=2, max_delay=32)
812

913
* @rate_limited(max_per_second)

0 commit comments

Comments
 (0)