summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJędrzej Nowacki <jedrzej.nowacki@digia.com>2014-01-24 14:27:19 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-14 09:16:42 +0100
commit12cf64a9a0005c332e3f48523dac6bb87078db5d (patch)
tree50ec5483812d61c4cf0754d5f534deffaffb4d83 /tests
parentb679b51e05e7c6cc0f10dfd6edcd41f56983276c (diff)
downloadqtenginio-12cf64a9a0005c332e3f48523dac6bb87078db5d.tar.gz
Update information about test environment variables
Change-Id: Ie5d390a5e2298c3eb000475e91f0a4e3423e3905 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/README14
1 files changed, 11 insertions, 3 deletions
diff --git a/tests/README b/tests/README
index 7fec47c..4bf9e08 100644
--- a/tests/README
+++ b/tests/README
@@ -5,6 +5,14 @@ tests are written for.
The tests need network connection and access to an Enginio backend.
To be able to run the tests the following environment variables have to be set:
-ENGINIO_EMAIL_ADDRESS
-ENGINIO_LOGIN_PASSWORD
-ENGINIO_API_URL
+ENGINIO_API_URL (for example https://api.engin.io/)
+ENGINIO_EMAIL_ADDRESS (for example jan.kowalski@email.com)
+ENGINIO_LOGIN_PASSWORD (mySecretPassword)
+
+Alternatively ENGINIO_EMAIL_ADDRESS and ENGINIO_LOGIN_PASSWORD can be replaced by:
+
+ENGINIO_CREDENTIALS_FILE_PATH (for example ~/.enginio/user)
+
+where "user" is a text file with 2 lines containing email and password for example:
+jan.kowalski@email.com
+mySecretPassword