Skip to content

Commit 5423df1

Browse files
authored
Update README.md
Signed-off-by: Chris F <[email protected]>
1 parent 7ce3929 commit 5423df1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
![GitHub actions workflow status](https://img.shields.io/github/actions/workflow/status/argodevops/pytest-behave/main.yml)
44
![GitHub language count](https://img.shields.io/github/languages/count/argodevops/pytest-behave)
5+
![GitHub Downloads](https://img.shields.io/github/downloads/argodevops/pytest-behave/total)
56
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pytest-behave)
67
![PyPI - License](https://img.shields.io/pypi/l/pytest-behave)
78
![PyPI - Version](https://img.shields.io/pypi/v/pytest-behave)
8-
![GitHub Downloads](https://img.shields.io/github/downloads/argodevops/pytest-behave/total)
99

1010
```
1111
____ _____ _ ____ _
@@ -18,7 +18,7 @@
1818

1919
**PyTestBehave** is a powerful test automation framework designed to provide a comprehensive solution for testing user interfaces and APIs. It leverages the power of `Behave` framework, `Python` programming language and `Selenium` `WebDriver` to allow the creation robust and maintainable automated tests.
2020

21-
### Key Features
21+
### Highlights
2222
1. **Behaviour-Driven Development (BDD) Support** - allows testers to write tests in a human-readable format using `Gherkin` syntax, making it easier to collaborate with stakeholders and ensure test coverage.
2323

2424
2. **UI and API Testing** - supports testing both UIs and APIs, using `Selenium` `WebDriver` to interact with web browsers and `Python` `requests` library to send API requests and validate responses.
@@ -194,4 +194,4 @@ https://www.selenium.dev/documentation/webdriver/
194194

195195
https://github.com/Azure-Samples/selenium-grid-aks-keda
196196

197-
https://allurereport.org/
197+
https://allurereport.org/

0 commit comments

Comments
 (0)