File tree Expand file tree Collapse file tree 1 file changed +30
-2
lines changed
Expand file tree Collapse file tree 1 file changed +30
-2
lines changed Original file line number Diff line number Diff line change 1- This repository contains the Pest Plugin Browser.
1+ # Pest Plugin Browser
22
3+ This repository contains the Pest Plugin Browser.
34> If you want to start testing your application with Pest, visit the main ** [ Pest Repository] ( https://github.com/pestphp/pest ) ** .
45
6+ ## Community & Resources
7+
58- Explore our docs at ** [ pestphp.com »] ( https://pestphp.com ) **
69- Follow us on Twitter at ** [ @pestphp »] ( https://twitter.com/pestphp ) **
710- Join us at ** [ discord.gg/kaHY6p54JH »] ( https://discord.gg/kaHY6p54JH ) ** or ** [ t.me/+kYH5G4d5MV83ODk0 »] ( https://t.me/+kYH5G4d5MV83ODk0 ) **
811
9- Pest is an open-sourced software licensed under the ** [ MIT license] ( https://opensource.org/licenses/MIT ) ** .
12+ ## Installation
13+
14+ 1 . Install PHP dependencies using Composer:
15+ ``` bash
16+ composer install
17+ ```
18+
19+ 2 . Install Node.js dependencies:
20+ ``` bash
21+ npm install
22+ ```
23+
24+ 3 . Install Playwright browsers:
25+ ``` bash
26+ npx playwright install
27+ ```
28+
29+ ## Running Tests
30+
31+ To run the test suite, execute:
32+ ``` bash
33+ ./vendor/bin/pest
34+ ```
35+
36+ ## License
1037
38+ Pest is an open-sourced software licensed under the ** [ MIT license] ( https://opensource.org/licenses/MIT ) ** .
You can’t perform that action at this time.
0 commit comments