Skip to content

Automated browser testing using Playwright and Python. Cross-browser support (Chromium, Firefox, WebKit), fast execution, and easy integration with CI/CD pipelines. Ideal for testing modern web apps with reliability and speed.

Notifications You must be signed in to change notification settings

TheMalaland/Playwright-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Temu Playwright Tests

This project contains automated tests for the Temu website using Playwright. The tests are designed to interact with the website, performing actions such as navigation, clicking buttons, and verifying content.

Project Structure

temu-playwright-tests
├── tests
│   ├── example.spec.ts       # Contains test specifications for the Temu website
├── playwright.config.ts       # Configuration file for Playwright
├── package.json               # npm configuration file with dependencies and scripts
├── tsconfig.json              # TypeScript configuration file
└── README.md                  # Documentation for the project

Getting Started

To set up the project, follow these steps:

  1. Clone the repository:

    git clone <repository-url>
    cd temu-playwright-tests
  2. Install dependencies:

    npm install
  3. Run the tests:

    npx playwright test

Writing Tests

Tests are located in the tests directory. You can create new test files or modify existing ones to add more test cases.

Configuration

The Playwright configuration can be found in playwright.config.ts. You can adjust settings such as the browser type, test directory, and other global options.

License

This project is licensed under the MIT License.

About

Automated browser testing using Playwright and Python. Cross-browser support (Chromium, Firefox, WebKit), fast execution, and easy integration with CI/CD pipelines. Ideal for testing modern web apps with reliability and speed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages