File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -269,9 +269,25 @@ local disk first.
269269
270270## Testing
271271
272- The OG uses [ snapshot testing] ( https://github.com/spatie/phpunit-snapshot-assertions ) . To run the integration tests,
273- install [ NodeJS] ( https://nodejs.org/en ) (version 20 or above) and install the dependencies with ` npm install ` . Lastly,
274- execute the tests with ` ./vendor/bin/phpunit ` .
272+ The OG uses PHPUnit with [ snapshot testing] ( https://github.com/spatie/phpunit-snapshot-assertions ) .
273+
274+ To run the integration tests, you need to install all Composer dependencies:
275+
276+ ``` shell
277+ composer install
278+ ```
279+
280+ You will also need [ NodeJS] ( https://nodejs.org/en ) (version 20 or above) and to install the NPM dependencies:
281+
282+ ``` shell
283+ npm install
284+ ```
285+
286+ Once done, you can execute the tests:
287+
288+ ``` shell
289+ ./vendor/bin/phpunit
290+ ```
275291
276292## Contributing
277293
You can’t perform that action at this time.
0 commit comments