Skip to content

test: add TestPathRedirectionMiddleware integration tests AP-1547 #629

test: add TestPathRedirectionMiddleware integration tests AP-1547

test: add TestPathRedirectionMiddleware integration tests AP-1547 #629

name: Tutor Integration Tests
on: [pull_request]
jobs:
integration-test:
name: Tutor Integration Tests
runs-on: ubuntu-latest
strategy:
matrix:
tutor_version: ['<18.0.0', '<19.0.0']
steps:
- name: Run Integration Tests
uses: eduNEXT/integration-test-in-tutor@bav/add-custom-plugins-step
with:
tutor_version: ${{ matrix.tutor_version }}
app_name: 'eox-core'
openedx_extra_pip_requirements: 'eox-tenant'
shell_file_to_run: 'scripts/execute_integration_tests.sh'
fixtures_file: 'fixtures/initial_data.json'
openedx_imports_test_file_path: 'eox_core/edxapp_wrapper/tests/integration/test_backends.py'
inline_tutor_plugins_folder: 'plugins'