This project contains:
- Download and unzip this project: https://github.com/alderven/addressline/archive/master.zip
- Install Python 3.6 or higher: https://www.python.org/downloads/
- Install Allure Framework: https://docs.qameta.io/allure/latest/
- Install following Python libs:
- pytest: https://docs.pytest.org/en/latest/getting-started.html
- pytest-allure-adaptor: https://pypi.python.org/pypi/pytest-allure-adaptor
Execute following line in CMD in the project folder:
python addressline.py -a "string to convert"
Execute following line in CMD in the project folder:
python -m pytest --alluredir /full/path/to/report/folder
Execute following line in CMD in the project folder:
allure serve /full/path/to/report/folder
№ | Test scenario | Result |
---|---|---|
1 | Convert "Winterallee 3" | Passed |
2 | Convert "Musterstrasse 45" | Passed |
3 | Convert "Blaufeldweg 123B" | Passed |
4 | Convert "Am Bächle 23" | Passed |
5 | Convert "Auf der Vogelwiese 23 b" | Passed |
6 | Convert "4, rue de la revolution" | Passed |
7 | Convert "200 Broadway Av" | Passed |
8 | Convert "Calle Aduana, 29" | Passed |
9 | Convert "Calle 39 No 1540" | Passed |