add selenoid tests

This commit is contained in:
2022-08-28 22:44:01 +03:00
parent 95926cc8de
commit bf9c059367
7 changed files with 108 additions and 91 deletions

View File

@@ -10,9 +10,9 @@ jobs:
name: Run test suite
runs-on: ubuntu-latest
env:
LOCALTEST: 1
SELENOIDTEST: 1
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run tests
run: LOCALTEST=1 docker-compose -f docker-compose.test.yml run bot python -m pytest tests/bot/test_bot.py::test_selenoid_text -vv
run: docker-compose -f docker-compose.test.yml run bot python -m pytest tests/bot/test_bot_selenoid.py -vv