Skip to content
Snippets Groups Projects
Commit f2aefe7d authored by Victor Löfgren's avatar Victor Löfgren
Browse files

Write some text on client testing and development

parent 41d28404
No related branches found
No related tags found
1 merge request!164Resolve "Update documentation"
# Frontend # Frontend
[comment]: # (TODO) Here it is described how to work with the frontend in the system.
## Working with TypeScript ## Working with TypeScript
[comment]: # (TODO) The main programming languange used for the front end is TypeScript.
### npm ### npm
......
# Testing the client # Testing the client
[comment]: # (TODO) The clients tests are the files named `<name>.test.ts`.
\ No newline at end of file They test the file called `<name>.ts`.
They are run using the [VS Code task](../development/vscode.md) `Unit tests`.
# End to end tests # End to end tests
[comment]: # (TODO) The end to end tests are tests that test the entire system, both the server and the client.
\ No newline at end of file They are stored in the folder `/client/src/e2e/`.
Both the client and the server need to be running for the end to end tests to work.
The tests are run using the [VS Code task](../development/vscode.md) `Run e2e tests`.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment