From d417754e4542085244fa1d35b9b561ca8d983b5e Mon Sep 17 00:00:00 2001 From: Saptak S Date: Thu, 2 Apr 2020 04:19:50 +0530 Subject: Adds bash script to run GUI tests individually --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.circleci') diff --git a/.circleci/config.yml b/.circleci/config.yml index 8f8a51cc..dd84e371 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -51,7 +51,7 @@ jobs: - run: name: Run unit tests command: | - xvfb-run -s "-screen 0 1280x1024x24" poetry run pytest --rungui -vvv --no-qt-log tests/ + xvfb-run -s "-screen 0 1280x1024x24" poetry run ./tests/run.sh --rungui test-3.7: <<: *test-template -- cgit v1.2.3-54-g00ecf