Skip to content

Add test framework using pytest and playwright #3

Add test framework using pytest and playwright

Add test framework using pytest and playwright #3

Workflow file for this run

name: Tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build MyRadio and set up test environment
run: |
docker compose -f docker-compose.yml -f docker-compose.test.yml up -d
- name: Run tests
run: |
docker compose exec myradio poetry run py.test