Skip to content

Commit 93d6222

Browse files
committed
Update README.md
1 parent 0f4411c commit 93d6222

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
### Overview
77

8-
The BDDDevicesAutomation repository is designed for automating tests using Behavior-Driven Development (BDD) with Behave and Selenium, covering web, mobile, and API testing. It’s ideal for developers and testers working on multi-project automation, especially for Chrome, with reusable steps for web UI actions and verifications.
8+
* The BDDDevicesAutomation repository is designed for automating tests using Behavior-Driven Development (BDD) with Behave and Selenium, covering web, mobile, and API testing. It’s ideal for developers and testers working on multi-project automation, especially for Chrome, with reusable steps for web UI actions and verifications.
99

1010
### Why do I need this project?
1111

@@ -15,14 +15,13 @@ This project is for chrome
1515
* The project will provide the use of the same steps for Web.
1616

1717
### Getting Started
18-
To use the repository, clone it from GitHub, set up a virtual environment, and install dependencies with pip install -r requirements.txt. Ensure Python 3.x and necessary drivers for Selenium are installed. For IDE setup, consider PyCharm, with guidance at JetBrains PyCharm Download Page.
18+
* To use the repository, clone it from GitHub, set up a virtual environment, and install dependencies with pip install -r requirements.txt. Ensure Python 3.x and necessary drivers for Selenium are installed. For IDE setup, consider PyCharm, with guidance at JetBrains PyCharm Download Page.
1919

2020

2121
### How do I get the code, afresh?
2222

23-
. You can download code at https://github.com/lqthang2204/BDDDevicesAutomation
24-
. Clone this project to a working folder on your local machine.
25-
Follow https://github.com/lqthang2204/BDDDevicesAutomation for cloning a repository.
23+
* You can download code at https://github.com/lqthang2204/BDDDevicesAutomation
24+
* Clone this project to a working folder on your local machine. Follow https://github.com/lqthang2204/BDDDevicesAutomation for cloning a repository.
2625

2726
### Running Tests
2827
Run tests using commands like python project_runner.py run -fd 'features/scenarios/web' -tg '{@web}' -fk 3 -sg SIT -pl WEB -ps scenario. Parallel testing is supported with behavex -t @regression --parallel-processes 2, and remote testing with Saucelabs is possible.

0 commit comments

Comments
 (0)