Skip to content

Commit 39becf5

Browse files
authored
docs: Update system test instructions to support tiled (#1239)
You need to set this to run the system tests locally, but it was not previously documented.
1 parent d59d755 commit 39becf5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/system_tests/test_blueapi_system.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,13 @@
6363
# (outside of devcontainer)
6464
#
6565
# git submodule init
66+
# export TILED_SINGLE_USER_API_KEY=foo
6667
# docker compose -f tests/system_tests/compose.yaml up -d
6768
#
6869
# 2. Spin up blueapi server (inside devcontainer)
6970
#
7071
# source tests/system_tests/.env
72+
# export TILED_SINGLE_USER_API_KEY=foo
7173
# blueapi -c tests/system_tests/config.yaml serve
7274
#
7375
# 3. Run the system tests

0 commit comments

Comments
 (0)