Skip to content
Snippets Groups Projects
Commit 51e7f5fa authored by Vegard Murvold Sporstøl's avatar Vegard Murvold Sporstøl
Browse files

Update README.md

parent b8b0c589
No related branches found
No related tags found
No related merge requests found
Pipeline #117132 canceled
......@@ -182,13 +182,15 @@ Testcafe, which can be downloaded using npm:
`npm install -g testcafe`
#### Run:
`cd frontend`
`testcafe chrome frontend-test.js --skip-js-errors`
#### Structure
All frontend tests can be found in `frontend-test.js` located in the source folder.
All frontend tests can be found in `frontend-test.js` located in the frontend folder.
- **src/**
- **frontend/**
- **frontend-test.js**
- Test login
- Test statistics (UC-2)
......@@ -206,6 +208,8 @@ And is also included in the CI/CD as its own stage (test-backend) in the gitlab-
`python manage.py test`
#### Structure:
All backend tests can be found in `backend/secfit` in the following folders:
- **backend/**
- **secfit/**
- **users/**
......
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