Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@

## 🛠️ Tech Stack

| Tool | Description |
|------------------------------------------------------------------|-----------------------------------------------------------------------------------------------|
| [allure-pytest](https://pypi.org/project/allure-pytest/) | Allure reporting with your Pytest tests for better reporting |
| [playwright](https://pypi.org/project/playwright/) | A Python library to automate the Chromium, WebKit, and Firefox browsers through a single API. |
| [pytest](https://pypi.org/project/pytest/) | A popular testing framework for Python |
| [pytest-base-url](https://pypi.org/project/pytest-base-url/) | Pytest plugin for setting a base URL for your tests |
| [pytest-playwright](https://pypi.org/project/pytest-playwright/) | Pytest plugin for Playwright integration for browser automation testing |
| [requests](https://pypi.org/project/requests/) | A versatile library for making HTTP requests in Python |
| Tool | Description |
|--------------------------------------------------------------------------|---------------------------------------------------------------------------------------------|
| [allure-pytest](https://pypi.org/project/allure-pytest/) | Allure reporting with your Pytest tests for better reporting |
| [axe-playwright-python](https://pypi.org/project/axe-playwright-python/) | Python library for running accessibility checks with Playwright |
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a brief description for axe-playwright-python.

While the addition of axe-playwright-python to the Tech Stack is a valuable update, the description provided is quite minimal. Consider expanding this to include more details about how this tool integrates with Playwright and the specific benefits it offers for accessibility testing. This will provide better clarity and value to the readers.

| [playwright](https://pypi.org/project/playwright/) | Python library to automate the Chromium, WebKit, and Firefox browsers through a single API. |
| [pytest](https://pypi.org/project/pytest/) | Popular testing framework for Python |
| [pytest-base-url](https://pypi.org/project/pytest-base-url/) | Pytest plugin for setting a base URL for your tests |
| [pytest-playwright](https://pypi.org/project/pytest-playwright/) | Pytest plugin for Playwright integration for browser automation testing |
| [requests](https://pypi.org/project/requests/) | Versatile library for making HTTP requests in Python |

## ⚙️ Setup Instructions

Expand Down