Skip to content

Commit

Permalink
Added script for tests on qa
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-astus committed Sep 11, 2024
1 parent 6595b05 commit 00fd23c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions scripts/run_tests_qa.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
python3.10 -m venv venv
source venv/bin/activate
python -m pip install --upgrade pip hatch

echo "Test cleanup"
python -m hatch env create integration
python -m hatch run e2e:cleanup

echo "Run test"
python -m hatch run integration:test_qa

0 comments on commit 00fd23c

Please sign in to comment.