Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dominicabrooks/loopqa
LoopQA Technical Evaluation
https://github.com/dominicabrooks/loopqa
javascript playwright typescript
Last synced: 3 days ago
JSON representation
LoopQA Technical Evaluation
- Host: GitHub
- URL: https://github.com/dominicabrooks/loopqa
- Owner: DominicABrooks
- Created: 2025-01-28T03:55:38.000Z (4 days ago)
- Default Branch: main
- Last Pushed: 2025-01-28T04:09:54.000Z (4 days ago)
- Last Synced: 2025-01-28T05:20:00.362Z (4 days ago)
- Topics: javascript, playwright, typescript
- Language: TypeScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LoopQA Technical Evaluation [![Playwright Tests](https://github.com/DominicABrooks/LoopQA/actions/workflows/playwright.yml/badge.svg)](https://github.com/DominicABrooks/LoopQA/actions/workflows/playwright.yml)
## **Overview**
This repository contains a Playwright-driven test suite designed to validate functionalities for a demo application, following a data-driven approach to minimize code duplication and improve scalability.## **Test Cases**
### Test Case 1
**Description:**
1. Login to the Demo App.
2. Navigate to the "Web Application" tab.
3. Verify "Implement user authentication" is in the "To Do" column.
4. Confirm tags: "Feature" and "High Priority."### Test Case 2
**Description:**
1. Login to the Demo App.
2. Navigate to the "Web Application" tab.
3. Verify "Fix navigation bug" is in the "To Do" column.
4. Confirm tags: "Bug."### Test Case 3
**Description:**
1. Login to the Demo App.
2. Navigate to the "Web Application" tab.
3. Verify "Design system updates" is in the "In Progress" column.
4. Confirm tags: "Design."### Test Case 4
**Description:**
1. Login to the Demo App.
2. Navigate to the "Mobile Application" tab.
3. Verify "Push notification system" is in the "To Do" column.
4. Confirm tags: "Feature."### Test Case 5
**Description:**
1. Login to the Demo App.
2. Navigate to the "Mobile Application" tab.
3. Verify "Offline mode" is in the "In Progress" column.
4. Confirm tags: "Feature" and "High Priority."### Test Case 6
**Description:**
1. Login to the Demo App.
2. Navigate to the "Mobile Application" tab.
3. Verify "App icon design" is in the "Done" column.
4. Confirm tags: "Design."