Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
josuapsianturi committed Nov 22, 2023
1 parent 9ee2eb1 commit 316d93b
Showing 1 changed file with 21 additions and 20 deletions.
41 changes: 21 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,39 +171,40 @@ Here is how you can run the project locally:
## Testing
### <a href="https://pestphp.com/">Pest</a>
> **Warning**
> Every time you run testing, you should run `php artisan db:seed` first
1. To run PHP testing for Laravel
> **Warning**
> Every time you run testing, you should run `php artisan db:seed` first
```sh
./vendor/bin/pest
./vendor/bin/pest
```
### <a href="https://www.cypress.io/">Cypress</a>
1. To run E2E testing
```sh
npx cypress run
```
2. To run E2E testing
```sh
npx cypress run
```
### <a href="https://laravel.com/docs/9.x/pint">Laravel Pint</a>
2. To run coding style checks
```sh
./vendor/bin/pint
```
3. To run coding style checks
```sh
./vendor/bin/pint
```
### <a href="https://psalm.dev/">Laravel Psalm</a>
3. To run static analysis with Psalm
```sh
./vendor/bin/psalm
```
4. To run static analysis with Psalm
```sh
./vendor/bin/psalm
```
### <a href="https://github.com/nunomaduro/larastan">Larastan </a>
4. To run static analysis with PHPStan
```sh
./vendor/bin/phpstan analyse
```
5. To run static analysis with PHPStan
```sh
./vendor/bin/phpstan analyse
```
<a name="contributing"></a>
## Contributing
Expand Down

0 comments on commit 316d93b

Please sign in to comment.