Skip to content

Commit

Permalink
Add more info about the actions logged
Browse files Browse the repository at this point in the history
  • Loading branch information
PavlosMak authored Jun 22, 2021
1 parent 6472611 commit 5dc4a26
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions PRIVACY.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,17 @@ _Last update:_ June 22nd, 2021
TestKnight collects:

- Whenever a test case is duplicated
- Whenever a test case is navigated to (using the *Goto* button of TestKnight)
- Whenever assertions are suggested
- Whenever a checklist is generated
- Whenever items of the checklist are marked as completed, renamed, removed
- Whenever the differential coverage window is shown
- Whenever assertions are suggested
- Whenever the integrated differential coverage view is triggered
- Whenever the lines that a test cover are traced in the source code
- Whenever a test method is generated
- Whenever items of the checklist are marked as completed or are removed
- Whenever a test or multiple tests are run with coverage
- Whenever a test fails
- Whenever a test is created

## Data storage

Expand All @@ -26,7 +33,7 @@ Only the developers of the project have access to it.
TestKnight only stores tuples of (user id, timestamp, action).

- The user id is a randomly generated UUID. TestKnight does not know who you are and does not store any information that makes it possible for someone to link the random user id to your profile and company.
- The action is a simple string indicating the action (e.g., "TEST CASE DUPLICATED", "CHECK LIST GENERATED", "ASSERTIONS GENERATED"). TestKnight does not store any information related to your source code and project. More specifically, we do not store any source code, concrete items in the checklist, or coverage information.
- The action is a simple string indicating the action (e.g., "duplicateTest", "generateChecklist", "suggestAssertion"). A full list of these actions can be found in this [file](https://github.com/SERG-Delft/testknight/blob/master/documentation/design/telemetryDesign/ActionIds.md). TestKnight does not store any information related to your source code and project. More specifically, we do not store any source code, concrete items in the checklist, or coverage information.

## Data usage

Expand Down

0 comments on commit 5dc4a26

Please sign in to comment.