-
Notifications
You must be signed in to change notification settings - Fork 3
Managing users
msporna edited this page Jan 7, 2019
·
1 revision
Users exist to be assigned to coverage sessions as owners. By doing that, it's known who made a coverage session and also, what coverage is obtained from his/her testing activity.
To create user:
- go to dashboard
- click on Users link on top of the page
- click on New
- provide uqniue user name
- save
- new user will be added to the list
To remove user:
- go to dashboard
- click on Users link on top of the page
- select user to be removed
- click on Remove button
- user will be made inactive (not removed from db because it has related data)
- How it works
- Initial setup
- Setup for Unity game
- Setup for Android app
- Setup for javascript
- Setup for Angular app
- GETTING THE COVERAGE
- Getting coverage for build (multiple coverage sessions consolidated
- Setup modules
- Managing tags
- Managing users
- Create and End test session automatically (CI)
- Instrumenting code on every iteration
- Coverage report explained
- Accessing latest report
- How to interpret covered lines report
- Config explained
- Settings
- Send custom values along with line statistics
- Examples
- Extended-CI-use-case
- Troubleshooting