Skip to content

Commit 60e35ec

Browse files
authored
Update README.MD
1 parent e2d99f6 commit 60e35ec

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.MD

+5
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,14 @@ This project provides a robust and efficient solution for web application testin
99

1010
Here's how the project is organized:
1111

12+
```
1213
├── conftest.py # ⚙️ Pytest configuration and shared fixtures (e.g., setup).
1314
├── test_example.py # 🧪 Example test cases for web application testing.
1415
├── pytest.ini # 📝 Optional: Pytest configuration file.
1516
├── README.md # 📖 Project documentation (this file!).
1617
└── .github/workflows/test01.yml # 🤖 GitHub Actions workflow for CI.
18+
```
19+
1720
* **`conftest.py`**:
1821
* Contains Pytest fixtures, most importantly the `setup` fixture.
1922
* The `setup` fixture handles:
@@ -43,6 +46,8 @@ Here's how the project is organized:
4346

4447
> 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.
4548
49+
> Project is on hold due to Ukraine war
50+
4651
### Prerequisites
4752

4853
Before you begin, ensure you have the following installed:

0 commit comments

Comments
 (0)