|
1 | | -<a href="https://github.com/Badx86/LearnQA_Python_API/actions/workflows/LearnQA.yml"> |
2 | | - <img alt="LearnQA" src="https://github.com/Badx86/LearnQA_Python_API/actions/workflows/LearnQA.yml/badge.svg"> |
3 | | -</a> |
4 | | -<a href="https://github.com/Badx86/LearnQA_Python_API/actions/workflows/LearnQA-schedule.yml"> |
5 | | - <img alt="LearnQA-sheduled" src="https://github.com/Badx86/LearnQA_Python_API/actions/workflows/LearnQA-schedule.yml/badge.svg"> |
6 | | -</a> |
7 | | -<a href="https://badx86.github.io/LearnQA_Python_API/"> |
8 | | - <img alt="Allure-report" src="https://img.shields.io/badge/Allure%20Report-deployed-green"> |
9 | | -</a> |
10 | | - |
11 | | -<a href="https://www.python.org/doc/versions/"> |
12 | | - <img alt="Python Version" src="https://img.shields.io/badge/python-3.11-blue"> |
13 | | -</a> |
14 | | -<a href="https://pypi.org/project/selenium"> |
15 | | - <img alt="dependency - selenium" src="https://img.shields.io/badge/dependency-selenium-blue?logo=selenium&logoColor=white"> |
16 | | -</a> |
17 | | -<a href="https://pypi.org/project/pytest"> |
18 | | - <img alt="dependency - pytest" src="https://img.shields.io/badge/dependency-pytest-blue?logo=pytest&logoColor=white"> |
19 | | -</a> |
| 1 | +<table> |
| 2 | +<tr> |
| 3 | + <td><a href="https://github.com/Badx86/LearnQA_Python_API/actions/workflows/LearnQA.yml"> |
| 4 | + <img alt="LearnQA" src="https://github.com/Badx86/LearnQA_Python_API/actions/workflows/LearnQA.yml/badge.svg"> |
| 5 | + </a></td> |
| 6 | + <td><a href="https://github.com/Badx86/LearnQA_Python_API/actions/workflows/LearnQA-schedule.yml"> |
| 7 | + <img alt="LearnQA-sheduled" src="https://github.com/Badx86/LearnQA_Python_API/actions/workflows/LearnQA-schedule.yml/badge.svg"> |
| 8 | + </a></td> |
| 9 | + <td><a href="https://badx86.github.io/LearnQA_Python_API/"> |
| 10 | + <img alt="Allure-report" src="https://img.shields.io/badge/Allure%20Report-deployed-green"> |
| 11 | + </a></td> |
| 12 | +</tr> |
| 13 | +<tr> |
| 14 | + <td><a href="https://www.python.org/doc/versions/"> |
| 15 | + <img alt="Python Version" src="https://img.shields.io/badge/python-3.11-blue"> |
| 16 | + </a></td> |
| 17 | + <td><a href="https://pypi.org/project/selenium"> |
| 18 | + <img alt="dependency - selenium" src="https://img.shields.io/badge/dependency-selenium-blue?logo=selenium&logoColor=white"> |
| 19 | + </a></td> |
| 20 | + <td><a href="https://pypi.org/project/pytest"> |
| 21 | + <img alt="dependency - pytest" src="https://img.shields.io/badge/dependency-pytest-blue?logo=pytest&logoColor=white"> |
| 22 | + </a></td> |
| 23 | +</tr> |
| 24 | +</table> |
| 25 | + |
20 | 26 |
|
21 | 27 |
|
22 | 28 | # Test Automation for REST API |
|
0 commit comments