This repository contains the Pest Plugin Browser.
If you want to start testing your application with Pest, visit the main Pest Repository.
- Explore our docs at pestphp.com »
- Follow us on Twitter at @pestphp »
- Join us at discord.gg/kaHY6p54JH » or t.me/+kYH5G4d5MV83ODk0 »
- Install PHP dependencies using Composer:
composer install
- Install Node.js dependencies:
npm install
- Install Playwright browsers:
npx playwright install
To run the test suite, execute:
./vendor/bin/pest
Pest is an open-sourced software licensed under the MIT license.