Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
teknikattan-scoring-system
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tddd96-grupp1
teknikattan-scoring-system
Commits
f2aefe7d
Commit
f2aefe7d
authored
3 years ago
by
Victor Löfgren
Browse files
Options
Downloads
Patches
Plain Diff
Write some text on client testing and development
parent
41d28404
No related branches found
No related tags found
1 merge request
!164
Resolve "Update documentation"
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/source/development/client.md
+2
-2
2 additions, 2 deletions
docs/source/development/client.md
docs/source/testing/client.md
+3
-1
3 additions, 1 deletion
docs/source/testing/client.md
docs/source/testing/e2e.md
+4
-1
4 additions, 1 deletion
docs/source/testing/e2e.md
with
9 additions
and
4 deletions
docs/source/development/client.md
+
2
−
2
View file @
f2aefe7d
# 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
...
...
This diff is collapsed.
Click to expand it.
docs/source/testing/client.md
+
3
−
1
View file @
f2aefe7d
# 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`
.
This diff is collapsed.
Click to expand it.
docs/source/testing/e2e.md
+
4
−
1
View file @
f2aefe7d
# 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`
.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment