Skip to content

Commit

Permalink
Updated the docs about running the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
metincansiper committed Jan 3, 2024
1 parent f69b99f commit 782001c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readme_supplements/DEVELOPER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ This guide provides essential information for developers interested in contribut
- Run `npm run build` to build the project. The output will be in the `dist` directory.

## Running Tests
- Execute `npm run test` to run unit tests.
- Execute `npm run test` for unit or simpler integration tests. These tests typically focus on internal logic and functionality, not requiring a full browser environment.
- Execute `npm run test:browser` for comprehensive tests that simulate a browser environment, including headless mode. This option is suitable for in-depth UI and interaction testing with Cypress, providing a closer approximation to user experiences.

## Contributing
- Fork the repository and create a new branch for your feature or fix.
Expand Down

0 comments on commit 782001c

Please sign in to comment.