Skip to content

Commit 7b4ef28

Browse files
committed
Update a ReadMe
1 parent ae49bf2 commit 7b4ef28

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

integrations/github/workflows/ReadMe.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818

1919
### Step 2. Add your workflow ``.yml`` script.
2020

21-
* **(If using a SeleniumBase fork, the script from https://github.com/seleniumbase/SeleniumBase/blob/master/.github/workflows/python-package.yml should already exist to guide you.)**
21+
* **(If using a SeleniumBase fork, the script from https://github.com/seleniumbase/SeleniumBase/blob/master/.github/workflows/python-package.yml already exists to help guide you.)**
2222

23-
![](https://cdn2.hubspot.net/hubfs/100006/images/github_workflows_3.png "GitHub Actions/Workflows")
23+
![](https://cdn2.hubspot.net/hubfs/100006/images/github_workflows_9.png "GitHub Actions/Workflows")
2424

25-
### Step 3. Commit your file if it doesn't already exist.
25+
### Step 3. Commit your changes to GitHub.
2626

2727
![](https://cdn2.hubspot.net/hubfs/100006/images/github_workflows_4.png "GitHub Actions/Workflows")
2828

@@ -34,14 +34,16 @@
3434

3535
![](https://cdn2.hubspot.net/hubfs/100006/images/github_workflows_5.png "GitHub Actions/Workflows")
3636

37-
* **(You can click inside each run for more details.)**
37+
* **(You can click inside each build for more details.)**
3838

3939
![](https://cdn2.hubspot.net/hubfs/100006/images/github_workflows_6.png "GitHub Actions/Workflows")
4040

4141
* **(You can also see the specific steps being performed by each command.)**
4242

4343
![](https://cdn2.hubspot.net/hubfs/100006/images/github_workflows_7.png "GitHub Actions/Workflows")
4444

45+
* **(You'll notice that web browsers such as Chrome and Firefox get installed for tests to use. SeleniumBase uses pytest for running tests while using Selenium to interact with web browsers.)**
46+
4547
----------
4648

4749
### Step 5. Congratulations! You now know how to create and run browser tests with GitHub Workflows!

0 commit comments

Comments
 (0)