Skip to content

Commit 8830730

Browse files
authored
Merge pull request #6 from muhannadja/main
docs: Update README.md file
2 parents 3493fc3 + 437e899 commit 8830730

File tree

1 file changed

+30
-2
lines changed

1 file changed

+30
-2
lines changed

README.md

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,38 @@
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)**.

0 commit comments

Comments
 (0)