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
└── .github/workflows/test01.yml # 🤖 GitHub Actions workflow for CI.
18
+
```
19
+
17
20
***`conftest.py`**:
18
21
* Contains Pytest fixtures, most importantly the `setup` fixture.
19
22
* The `setup` fixture handles:
@@ -43,6 +46,8 @@ Here's how the project is organized:
43
46
44
47
> NOTE:- Not using [webdriver-manager](https://pypi.org/project/webdriver-manager/) right now as their workflows are failing with webdriver since some months. Check [here](https://github.com/SergeyPirogov/webdriver_manager/actions/workflows/test.yml) for more info.
45
48
49
+
> Project is on hold due to Ukraine war
50
+
46
51
### Prerequisites
47
52
48
53
Before you begin, ensure you have the following installed:
0 commit comments