- Tech Stack: JavaScript
- Methodology: Page Object Model (POM)
- Tool: Playwright
- All test cases are located in the
/testsfolder. - All page modules are located in the
/pagesfolder, following the POM design pattern.
-
open ternimal and paste the below code with the url you copied
git clone "paste the url you copied here"Replace "paste the url you copied here" with the actual URL.
-
inisde project folder run the below command in the terminal
npm i
-
inide the project folder open the ternimal and run the following code
npx playwright test
-
Since the UI is opensource and keeps changing therefore here is the recording of pass result based on the website previous UI version
-
Note: The video file is too large for GitHub to display a preview. To view it, please: Clone the repository and play it locally [OR] Click on view raw to see a raw format
