GODT-1645: Split scenarios for live testing.

This commit is contained in:
Jakub
2022-08-29 17:33:35 +02:00
committed by Romain Le Jeune
parent 73f8811a4b
commit f960a3ae38
6 changed files with 27 additions and 2 deletions

View File

@ -25,7 +25,11 @@ test-bridge: check-godog
test-live: test-live-bridge test-live-ie
test-live-bridge: FEATURES ?= features
test-live-bridge: check-godog
TEST_ENV=live godog --tags="~@ignore && ~@ignore-live" $(FEATURES)
TEST_ENV=live godog --tags="~@ignore && ~@ignore-live && ~@ignore-live-auth" $(FEATURES)
test-live-bridge-auth: check-godog
TEST_ENV=live godog --tags="@ignore-live-auth" $(FEATURES)
# Doesn't work in parallel!
# Provide TEST_ACCOUNTS with your accounts.