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
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -831,6 +831,15 @@ ui_tests/
831
831
832
832
Of those files, the `pytest.ini` config file is the most important, followed by a blank `__init__.py` file. There's also a `setup.cfg` file (for pynose). Finally, the `requirements.txt` file can be used to help you install seleniumbase into your environments (if it's not already installed).
833
833
834
+
<b>ProTip™:</b> Add `--gha` to include a GitHub Actions `.yml` file with default settings:
835
+
836
+
```zsh
837
+
ui_tests/
838
+
└── .github
839
+
└── workflows/
840
+
└── python-package.yml
841
+
```
842
+
834
843
--------
835
844
836
845
<h3><img src="https://seleniumbase.github.io/img/logo7.png" title="SeleniumBase" width="32" /> Log files from failed tests:</h3>
0 commit comments