Skip to content

Commit 8b0b23e

Browse files
committed
feat: pytestbehave name
1 parent b00317b commit 8b0b23e

File tree

2 files changed

+15
-17
lines changed

2 files changed

+15
-17
lines changed

README.md

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,22 @@
1-
## **PyBehave Test Automation Framework**
1+
## **PyTestBehave Test Automation Framework**
22

3-
![GitHub actions workflow status](https://img.shields.io/github/actions/workflow/status/argodevops/pyBehave/main)
4-
![GitHub language count](https://img.shields.io/github/languages/count/argodevops/pyBehave)
5-
![PyPI - License](https://img.shields.io/pypi/l/pybehave)
6-
![PyPI - Version](https://img.shields.io/pypi/v/pyBehave)
7-
![GitHub Downloads](https://img.shields.io/github/downloads/argodevops/pybehave/total)
8-
![PyPI - Downloads](https://img.shields.io/pypi/dm/pyBehave)
3+
![GitHub actions workflow status](https://img.shields.io/github/actions/workflow/status/argodevops/pyTestBehave/main)
4+
![GitHub language count](https://img.shields.io/github/languages/count/argodevops/pyTestBehave)
5+
![PyPI - License](https://img.shields.io/pypi/l/pytestbehave)
6+
![PyPI - Version](https://img.shields.io/pypi/v/pytestbehave)
7+
![GitHub Downloads](https://img.shields.io/github/downloads/argodevops/pytestbehave/total)
8+
![PyPI - Downloads](https://img.shields.io/pypi/dm/pytestbehave)
99

1010
```
11-
______ ______ _
12-
| ___ \ | ___ \ | |
13-
| |_/ / _| |_/ / ___| |__ __ ___ _____
14-
| __/ | | | ___ \/ _ \ '_ \ / _` \ \ / / _ \
15-
| | | |_| | |_/ / __/ | | | (_| |\ V / __/
16-
\_| \__, \____/ \___|_| |_|\__,_| \_/ \___|
17-
__/ |
18-
|___/
11+
____ _____ _ ____ _
12+
| _ \ _ _ |_ _| ___ ___ | |_ | __ ) ___ | |__ __ _ __ __ ___
13+
| |_) || | | | | | / _ \/ __|| __|| _ \ / _ \| '_ \ / _` |\ \ / / / _ \
14+
| __/ | |_| | | | | __/\__ \| |_ | |_) || __/| | | || (_| | \ V / | __/
15+
|_| \__, | |_| \___||___/ \__||____/ \___||_| |_| \__,_| \_/ \___|
16+
|___/
1917
```
2018

21-
**PyBehave** 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.
19+
**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.
2220

2321
### Key Features
2422
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.

features/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def __init__(self):
2727
os.path.dirname(os.path.abspath(__file__)), "test_settings.json"
2828
)
2929

30-
Art = text2art("PyBehave")
30+
Art = text2art("PyTestBehave")
3131
print(Art)
3232

3333
logging.info("Settings file: %s", settings_file)

0 commit comments

Comments
 (0)