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: help_docs/case_plans.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -156,15 +156,15 @@
156
156
157
157
🗂️ Before you can generate a ``case_summary.md`` file that includes your existing Case Plans, first you'll need to select which existing tests you want to create boilerplate Case Plans from. For that, you can use the SeleniumBase Case Plans GUI:
158
158
159
-
```bash
159
+
```zsh
160
160
sbase caseplans
161
161
```
162
162
163
163
<imgsrc="https://seleniumbase.github.io/cdn/img/cp/case_plan_boilerplate_gen.png"title="SeleniumBase Case Plans GUI"width="525">
164
164
165
165
🗂️ Once you are running the Case Plans GUI, select the existing tests that need Case Plans, and then click: ``Generate boilerplate Case Plans for selected tests missing them``. For each selected test that didn't already have a Case Plan file, one will be generated. Each new Case Plan file starts with default boilerplate code with a Markdown table. Eg:
166
166
167
-
```bash
167
+
```zsh
168
168
``proxy_test.py::ProxyTests::test_proxy``
169
169
---
170
170
|# | Step Description | Expected Result |
@@ -208,7 +208,7 @@ sbase caseplans
208
208
209
209
🗂️ When calling ``sbase caseplans``, you can provide additional arguments to limit the tests that appear in the list. The same discovery rules apply as when using ``pytest``. Eg:
<div><ahref="https://github.com/seleniumbase/SeleniumBase"><imgsrc="https://img.shields.io/badge/tested%20with-SeleniumBase-04C38E.svg"alt="Tested with SeleniumBase" /></a> <ahref="https://seleniumbase.io">
<p><div><span><ahref="https://github.com/seleniumbase/SeleniumBase"><imgsrc="https://seleniumbase.github.io/img/social/share_github.svg"title="SeleniumBase on GitHub"alt="SeleniumBase on GitHub"width="56" /></a></span>
931
-
<span><ahref="https://gitter.im/seleniumbase/SeleniumBase"><imgsrc="https://seleniumbase.github.io/img/social/share_gitter.svg"title="SeleniumBase on Gitter"alt="SeleniumBase on Gitter"width="44" /></a></span>
932
-
<span><ahref="https://twitter.com/seleniumbase"><imgsrc="https://seleniumbase.github.io/img/social/share_twitter.svg"title="SeleniumBase on Twitter"alt="SeleniumBase on Twitter"width="60" /></a></span>
933
-
<span><ahref="https://instagram.com/seleniumbase"><imgsrc="https://seleniumbase.github.io/img/social/share_instagram.svg"title="SeleniumBase on Instagram"alt="SeleniumBase on Instagram"width="52" /></a></span>
934
-
<span><ahref="https://www.facebook.com/SeleniumBase"><imgsrc="https://seleniumbase.github.io/img/social/share_facebook.svg"title="SeleniumBase on Facebook"alt="SeleniumBase on Facebook"width="56" /></a></span></div></p>
928
+
<p><div>
929
+
<span><ahref="https://www.youtube.com/playlist?list=PLp9uKicxkBc5UIlGi2BuE3aWC7JyXpD3m"><imgsrc="https://seleniumbase.github.io/cdn/img/youtube.png"title="SeleniumBase Playlist on YouTube"alt="SeleniumBase Playlist on YouTube"width="70" /></a></span>
930
+
<span><ahref="https://github.com/seleniumbase/SeleniumBase"><imgsrc="https://seleniumbase.github.io/img/social/share_github.svg"title="SeleniumBase on GitHub"alt="SeleniumBase on GitHub"width="64" /></a></span>
931
+
<span><ahref="https://discord.gg/EdhQTn3EyE"><imgsrc="https://seleniumbase.github.io/other/discord_icon.png"title="SeleniumBase on Discord"alt="SeleniumBase on Discord"width="66" /></a></span>
932
+
<span><ahref="https://www.facebook.com/SeleniumBase"><imgsrc="https://seleniumbase.io/img/social/share_facebook.svg"title="SeleniumBase on Facebook"alt="SeleniumBase on Facebook"width="62" /></a></span>
Copy file name to clipboardExpand all lines: seleniumbase/common/ReadMe.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ Often in your tests, you may need to login to a website to perform testing. This
44
44
45
45
* Next, use [obfuscate.py](https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/common/obfuscate.py) to obfuscate/encrypt passwords into coded strings:
0 commit comments