Student ID: IT22547842 Option: 1 (Singlish to Sinhala)
This project automates the functional and UI testing for the SwiftTranslator application using Playwright.
- Node.js installed
- VS Code (optional but recommended)
- Open the terminal in this folder.
- Install dependencies: npm install npx playwright install
To run all test cases, execute: npx playwright test
- Positive Tests: Expect the Output to MATCH the expected Sinhala text.
- Negative Tests: Expect the Output to NOT MATCH the expected English text (confirming the system failed to keep it in English).