From f1cc84d607f9225f677d1b908a6c6329d78e6aa2 Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Tue, 7 Jul 2020 21:13:21 -0400 Subject: [PATCH] Update the docs --- README.md | 6 +++--- integrations/github/workflows/ReadMe.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a7cc4885..1466374f 100755 --- a/README.md +++ b/README.md @@ -180,10 +180,10 @@ element.submit() As you can see, the old WebDriver way is very bad! Use SeleniumBase to make testing much easier! -(You can still use ``self.driver`` in your code.) +(You can still use ``self.driver`` in your code.) -

Run tests with ``pytest`` or ``nosetests`` in any browser:

-(Using **pytest** is recommended. **Chrome** is the default browser.) +* Run tests with ``pytest`` or ``nosetests`` in any browser: +(**pytest** is recommended. **Chrome** is the default browser.) ```bash pytest my_first_test.py --browser=chrome diff --git a/integrations/github/workflows/ReadMe.md b/integrations/github/workflows/ReadMe.md index 2a3199ec..33d19e2d 100755 --- a/integrations/github/workflows/ReadMe.md +++ b/integrations/github/workflows/ReadMe.md @@ -80,6 +80,6 @@ ``` - uses: actions/upload-artifact@v2 with: - name: Click here to download SeleniumBase presentation! + name: Click to download the presentation path: saved_presentations/my_presentation.html ```