Playwright - Automated test demo in DemoQA portal
DemoQA is a platform that provides a wide range of tools and practice scenarios for automation testing, including elements, forms, alerts, frames, and windows. It offers an interactive environment for testing automation scripts, allowing users to simulate real-world testing scenarios and improve their skills in automation testing.
Demo Video Available
SPECS:
"name": "playwright_demo_project",
"version": "1.0.0",
"devDependencies": {
"@faker-js/faker": "^9.8.0",
"@playwright/test": "^1.52.0",
"@types/node": "^22.15.17"
}, "dependencies": {
"dotenv": "^17.2.3"
}
FEATURES:
Playwright Test for VSCode - TypeScript.
FakerJS - Popular library that generates fake (but reasonable) data.
Credits: Ro-Nemo OCT/2025