Skip to content

Commit

Permalink
Add minor notes about UITests configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignacio Bonafonte committed Nov 17, 2020
1 parent f2e0801 commit 9f46c59
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ BITRISEIO_GIT_BRANCH_DEST=$(BITRISEIO_GIT_BRANCH_DEST)
BITRISE_GIT_TAG=$(BITRISE_GIT_TAG)
GIT_CLONE_COMMIT_HASH=$(GIT_CLONE_COMMIT_HASH)
```

## UITests

For UITests, both the test target and the application running from the UITests must link with the framework, environment variables only need to be set in the test target, since the framework automatically injects these values to the application.

## Disabling Auto Instrumentation

The framework automatically tries to capture the maximum information, but for some situations or tests it can be counter-productive. You can disable some of the autoinstrumentation for all the tests, by setting the following environment variables.
Expand Down

0 comments on commit 9f46c59

Please sign in to comment.