Skip to content

Commit c0b6462

Browse files
committed
README.md
1 parent 23c4305 commit c0b6462

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
![YouTube Channel](https://img.shields.io/youtube/channel/subscribers/UCQjS-eoKl0a1nuP_dvpLsjQ?label=YouTube%20Channel)
55
![dev run](https://github.com/nirtal85/Playwright-Python-Example/actions/workflows/devRun.yml/badge.svg)
66
![nightly](https://github.com/nirtal85/Playwright-Python-Example/actions/workflows/nightly.yml/badge.svg)
7-
[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
8-
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
7+
[![uv](https://img.shields.iodpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
8+
[![Ruff](https://img.shields.iodpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
99

1010
<p align="center">
1111
<a href="https://automation.co.il/%d7%a7%d7%95%d7%a8%d7%a1-%d7%90%d7%95%d7%98%d7%95%d7%9e%d7%a6%d7%99%d7%94-%d7%a4%d7%99%d7%99%d7%aa%d7%95%d7%9f-python-automation/">
@@ -15,17 +15,17 @@
1515

1616
## 📃 Articles written about this project
1717

18-
* [Test Automation - How To Use Custom User Agent in Selenium Python or Playwright Python to Avoid Security Bots](https://www.test-shift.com/en/posts/test-automation-how-to-use-custom-user-agent-in-selenium-python-or-playwright-python-to-avoid-security-bots)
19-
* [Test Automation - How to Use Dynamic Base URLs with Selenium And Playwright Python in GitHub Actions](https://www.test-shift.com/en/posts/test-automation-how-to-use-dynamic-base-urls-with-selenium-and-playwright-python-in-github-actions)
20-
* [Test Automation - Maximizing Browser Window With Playwright Python And Pytest](https://www.test-shift.com/en/posts/test-automation-maximizing-browser-window-with-playwright-python-and-pytest)
21-
* [Test Automation - How to Bypass Re-Login With Playwright Python And Pytest](https://www.test-shift.com/en/posts/test-automation-how-to-bypass-re-login-with-playwright-python-and-pytest)
22-
* [Test Automation - How To Perform Automated Accessibility Checks Using Playwright Python And Axe](https://www.test-shift.com/en/posts/test-automation-how-to-perform-automated-accessibility-checks-using-playwright-python-and-axe)
23-
* [Test Automation - How To Link Playwright Traces and Videos to Allure Report using GitHub Actions](https://www.test-shift.com/en/posts/test-automation-how-to-link-playwright-traces-and-videos-to-allure-report-using-github-actions)
24-
* [Test Automation - Speeding Up Testing with Playwright Python using Local Storage](https://www.test-shift.com/en/posts/test-automation-speeding-up-testing-with-playwright-python-using-local-storage)
25-
* [Test Automation - Efficient Element Selection with Playwright Python using Test IDs](https://www.test-shift.com/en/posts/test-automation-efficient-element-selection-with-playwright-python-using-test-ids)
26-
* [Test Automation - Flexible Test Execution with Playwright Python and GitHub Actions](https://www.test-shift.com/en/posts/test-automation-flexible-test-execution-with-playwright-python-and-github-actions)
27-
* [Test Automation - Accelerating Playwright Python Tests with Parallel Execution in GitHub Actions](https://www.test-shift.com/en/posts/test-automation-accelerating-playwright-python-tests-with-parallel-execution-in-github-actions)
28-
* [Test Automation - How to Sync Playwright Versions Between Python and GitHub Actions](https://www.test-shift.com/en/posts/test-automation-how-to-sync-playwright-versions-between-python-and-github-actions)
18+
* [Test Automation - How To Use Custom User Agent in Selenium Python or Playwright Python to Avoid Security Bots](https://www.test-shift.com/posts/test-automation-how-to-use-custom-user-agent-in-selenium-python-or-playwright-python-to-avoid-security-bots)
19+
* [Test Automation - How to Use Dynamic Base URLs with Selenium And Playwright Python in GitHub Actions](https://www.test-shift.com/posts/test-automation-how-to-use-dynamic-base-urls-with-selenium-and-playwright-python-in-github-actions)
20+
* [Test Automation - Maximizing Browser Window With Playwright Python And Pytest](https://www.test-shift.com/posts/test-automation-maximizing-browser-window-with-playwright-python-and-pytest)
21+
* [Test Automation - How to Bypass Re-Login With Playwright Python And Pytest](https://www.test-shift.com/posts/test-automation-how-to-bypass-re-login-with-playwright-python-and-pytest)
22+
* [Test Automation - How To Perform Automated Accessibility Checks Using Playwright Python And Axe](https://www.test-shift.com/posts/test-automation-how-to-perform-automated-accessibility-checks-using-playwright-python-and-axe)
23+
* [Test Automation - How To Link Playwright Traces and Videos to Allure Report using GitHub Actions](https://www.test-shift.com/posts/test-automation-how-to-link-playwright-traces-and-videos-to-allure-report-using-github-actions)
24+
* [Test Automation - Speeding Up Testing with Playwright Python using Local Storage](https://www.test-shift.com/posts/test-automation-speeding-up-testing-with-playwright-python-using-local-storage)
25+
* [Test Automation - Efficient Element Selection with Playwright Python using Test IDs](https://www.test-shift.com/posts/test-automation-efficient-element-selection-with-playwright-python-using-test-ids)
26+
* [Test Automation - Flexible Test Execution with Playwright Python and GitHub Actions](https://www.test-shift.com/posts/test-automation-flexible-test-execution-with-playwright-python-and-github-actions)
27+
* [Test Automation - Accelerating Playwright Python Tests with Parallel Execution in GitHub Actions](https://www.test-shift.com/posts/test-automation-accelerating-playwright-python-tests-with-parallel-execution-in-github-actions)
28+
* [Test Automation - How to Sync Playwright Versions Between Python and GitHub Actions](https://www.test-shift.com/posts/test-automation-how-to-sync-playwright-versions-between-python-and-github-actions)
2929

3030
## 🛠️ Tech Stack
3131

0 commit comments

Comments
 (0)