Skip to content

Commit 6fe234c

Browse files
Selenium tests badges added
1 parent 7c8ec4d commit 6fe234c

File tree

1 file changed

+32
-8
lines changed

1 file changed

+32
-8
lines changed

README.md

Lines changed: 32 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,42 @@
88
<a href="https://pypi.org/project/dyatel-wrapper/"><img alt="PyPI" src="https://img.shields.io/pypi/v/dyatel-wrapper"></a>
99
</p>
1010
<p align="center">
11-
<a href="https://github.com/CustomEnv/dyatel/actions/workflows/static_tests.yml"><img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/CustomEnv/dyatel/static_tests.yml?style=plastic&logo=github&label=Python%203.9&labelColor=%233B434B"></a>
12-
<a href="https://github.com/CustomEnv/dyatel/actions/workflows/static_tests.yml"><img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/CustomEnv/dyatel/static_tests.yml?style=plastic&logo=github&label=Python%203.9&labelColor=%233B434B"></a>
13-
<a href="https://github.com/CustomEnv/dyatel/actions/workflows/static_tests.yml"><img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/CustomEnv/dyatel/static_tests.yml?style=plastic&logo=github&label=Python%203.10&labelColor=%233B434B"></a>
14-
<a href="https://github.com/CustomEnv/dyatel/actions/workflows/static_tests.yml"><img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/CustomEnv/dyatel/static_tests.yml?style=plastic&logo=github&label=Python%203.11&labelColor=%233B434B"></a>
15-
<a href="https://github.com/CustomEnv/dyatel/actions/workflows/static_tests.yml"><img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/CustomEnv/dyatel/static_tests.yml?style=plastic&logo=github&label=Python%203.12&labelColor=%233B434B"></a>
11+
<a href="https://github.com/CustomEnv/dyatel/actions/workflows/static_tests.yml">
12+
<img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/CustomEnv/dyatel/static_tests.yml?logo=github&label=Python%203.9&labelColor=%232E353B">
13+
</a>
14+
<a href="https://github.com/CustomEnv/dyatel/actions/workflows/static_tests.yml">
15+
<img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/CustomEnv/dyatel/static_tests.yml?logo=github&label=Python%203.9&labelColor=%232E353B">
16+
</a>
17+
<a href="https://github.com/CustomEnv/dyatel/actions/workflows/static_tests.yml">
18+
<img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/CustomEnv/dyatel/static_tests.yml?logo=github&label=Python%203.10&labelColor=%232E353B">
19+
</a>
20+
<a href="https://github.com/CustomEnv/dyatel/actions/workflows/static_tests.yml">
21+
<img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/CustomEnv/dyatel/static_tests.yml?logo=github&label=Python%203.11&labelColor=%232E353B">
22+
</a>
23+
<a href="https://github.com/CustomEnv/dyatel/actions/workflows/static_tests.yml">
24+
<img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/CustomEnv/dyatel/static_tests.yml?logo=github&label=Python%203.12&labelColor=%232E353B">
25+
</a>
1626
</p>
27+
1728
<p align="center">
18-
<a href="https://github.com/CustomEnv/dyatel/actions/workflows/selenium_tests.yml"><img alt="GitHub Actions Workflow Status" src="https://github.com/CustomEnv/dyatel/actions/workflows/selenium_tests.yml/badge.svg"></a>
19-
<a href="https://github.com/CustomEnv/dyatel/actions/workflows/selenium_safari_tests.yml"><img alt="GitHub Actions Workflow Status" src="https://github.com/CustomEnv/dyatel/actions/workflows/selenium_safari_tests.yml/badge.svg"></a>
20-
<a href="https://github.com/CustomEnv/dyatel/actions/workflows/playwright_tests.yml"><img alt="GitHub Actions Workflow Status" src="https://github.com/CustomEnv/dyatel/actions/workflows/playwright_tests.yml/badge.svg"></a>
29+
<a href="https://github.com/CustomEnv/dyatel/actions/workflows/selenium_tests.yml">
30+
<img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/CustomEnv/dyatel/selenium_tests.yml?logo=github&label=Selenium%20Chrome%20Tests%20Py3.8&labelColor=%232E353B">
31+
<img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/CustomEnv/dyatel/selenium_tests.yml?logo=github&label=Selenium%20Chrome%20Tests%20Py3.12&labelColor=%232E353B">
32+
<img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/CustomEnv/dyatel/selenium_tests.yml?logo=github&label=Selenium%20Firefox%20Tests%20Py3.8&labelColor=%232E353B">
33+
<img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/CustomEnv/dyatel/selenium_tests.yml?logo=github&label=Selenium%20Firefox%20Tests%20Py3.12&labelColor=%232E353B">
34+
</a>
35+
<a href="https://github.com/CustomEnv/dyatel/actions/workflows/selenium_safari_tests.yml">
36+
<img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/CustomEnv/dyatel/selenium_safari_tests.yml/badge.svg">
37+
</a>
2138
</p>
2239

40+
<p align="center">
41+
<a href="https://github.com/CustomEnv/dyatel/actions/workflows/playwright_tests.yml">
42+
<img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/CustomEnv/dyatel/playwright_tests.yml/badge.svg">
43+
</a>
44+
</p>
45+
46+
2347

2448
Dyatel Wrapper is a Python framework that seamlessly wraps over Selenium, Appium, and sync Playwright,
2549
providing a unified interface for browser and mobile automation. With Dyatel Wrapper, you can effortlessly switch

0 commit comments

Comments
 (0)