You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@
71
71
</div>
72
72
</details>
73
73
74
-
<palign="left">📘 An example with the <b>BaseCase</b> class. Runs with <code>pytest</code> or <code>nosetests</code>. (<ahref="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/ReadMe.md">Learn more</a>)</p>
74
+
<palign="left">📘📝 An example with the <b>BaseCase</b> class. Runs with <code>pytest</code> or <code>nosetests</code>. (<ahref="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/ReadMe.md">Learn more</a>)</p>
75
75
76
76
```python
77
77
from seleniumbase import BaseCase
@@ -88,7 +88,7 @@ class TestMFALogin(BaseCase):
88
88
self.save_screenshot_to_logs()
89
89
```
90
90
91
-
<palign="left">📗 An example with the <b>sb</b> <code>pytest</code> fixture. Runs with <code>pytest</code>.</p>
91
+
<palign="left">📗📝 An example with the <b>sb</b> <code>pytest</code> fixture. Runs with <code>pytest</code>.</p>
92
92
93
93
```python
94
94
deftest_mfa_login(sb):
@@ -102,7 +102,7 @@ def test_mfa_login(sb):
102
102
sb.save_screenshot_to_logs()
103
103
```
104
104
105
-
<palign="left">📕 An example with <b>behave-BDD</b> <ahref="https://behave.readthedocs.io/en/stable/gherkin.html">Gherkin</a> structure. Runs with <code>behave</code>. (<ahref="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/behave_bdd/ReadMe.md">Learn more</a>)</p>
105
+
<palign="left">📕📝 An example with <b>behave-BDD</b> <ahref="https://behave.readthedocs.io/en/stable/gherkin.html">Gherkin</a> structure. Runs with <code>behave</code>. (<ahref="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/behave_bdd/ReadMe.md">Learn more</a>)</p>
106
106
107
107
```gherkin
108
108
Feature: SeleniumBase scenarios for the RealWorld App
0 commit comments