A repo with Playwright E2E Testing for a platform (for example Roblox) where i write test cases and note what i learn from that.
****WORK IN PROGRESS - version 1.1 ****
- Read me done
- Improve read me with relevant info
- Add Playwright dependencies
- Start Adding Tests for E2E
- Brainstorm different ideeas
- Everything is done 🎉
- Introduction
- Prerequisites
- Getting Started
- Running Tests
- Project Structure
- Configuration
- Continuous Integration
- Reporting
Start by cloning the repo and installing the dependencies:
npm installUse the VS Code Extension to run the tests in the tests folder from VS Code or run the following command in the terminal:
npx playwright test --uiThis repository contains a Test Automation Framework built using Playwright and Javascript for automated testing of web applications.
- Prettier
(v18.16.1 or higher recommended)
(v9.5.1 or higher recommended)
-
Playwright UI mode:
npm run tests:ui-mode
-
Execution in different browsers: Chrome
The tests follow a modular and maintainable structure:
- Modify
playwright.config.jsfor playwright configuration settings such asbaseURLtestDirreporterfullyParallelvideoscreenshottrace
This project is configured for CI us
Playwright