From 68eedc6e924c28aac52864e249170c53482d96f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Tro=C3=ABng?= Date: Wed, 29 Nov 2023 19:44:23 +0100 Subject: [PATCH] Adding some documentation regarding --- integration_test/testdoc.adoc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/integration_test/testdoc.adoc b/integration_test/testdoc.adoc index e27178be..2bedd2e4 100644 --- a/integration_test/testdoc.adoc +++ b/integration_test/testdoc.adoc @@ -14,7 +14,12 @@ as they depend on other technology which are a bit to expensive to automate (cam the flutter test framework. To run the tests you need to specify the serial number of a Yubikey which the tests are able to run -on (OBS this key will be reset by running the tests, so don't use one of your personal keys). +on (OBS this key will be reset by running the tests, so don't use one of your personal keys). This +either be defined as an anvironment variable on execution, or in a CSV-file with serial numbers: + + $ /yubioath-flutter/integration_test/test_res/resources/approved_serial_numbers.csv + +This file is part of .gitignore, and should never be committed. === Desktop Running the tests for the CI environment: