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
+4-5
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
6
6
### Overview
7
7
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.
9
9
10
10
### Why do I need this project?
11
11
@@ -15,14 +15,13 @@ This project is for chrome
15
15
* The project will provide the use of the same steps for Web.
16
16
17
17
### 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.
19
19
20
20
21
21
### How do I get the code, afresh?
22
22
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.
26
25
27
26
### Running Tests
28
27
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