Skip to content

This project demonstrates test automation of the PHP Testsparker using Playwright and TypeScript.

Notifications You must be signed in to change notification settings

ozlemkorpe/Php-Testsparker-Test-Automation-With-Playwright

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Testsparker - Playwright Automation Project

Welcome to the PHP Testsparker - Playwright Automation Project! This project demonstrates test automation of the PHP Testsparker using Playwright and TypeScript.

Project Overview

This demo project focuses on automating various user interactions on the PHP Testsparker using Playwright with TypeScript. It includes tests for validating core functionality, verifying UI elements, and ensuring the integrity of critical workflows.

Features

  • Supports testing in different browsers
  • Automated tests using Playwright for browser automation.
  • Written in TypeScript for static typing and better developer experience.

Requirements

Before running this project, ensure you have the following installed:

  • Node.js (version >= 14.x)
  • npm or yarn

Getting Started

Follow the steps below to get started with the PHP Testsite test automation demo:

  1. Clone the repository:

    git clone https://github.com/ozlemkorpe/php-testsparker-playwright.git
  2. Install the dependencies: Navigate into the project folder and install the necessary packages:

    cd php-testsite-automation
    npm install
  3. Run the tests: To run all the automated tests:

    npx playwright test

    To run a specific test by its name:

    npx playwright test --grep "Test Name"

About

This project demonstrates test automation of the PHP Testsparker using Playwright and TypeScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published