Skip to content

test: add integration tests for the grade api AP-1406 #706

test: add integration tests for the grade api AP-1406

test: add integration tests for the grade api AP-1406 #706

name: Tutor Integration Tests
on: [pull_request]
jobs:
integration-test:
name: Tutor Integration Tests
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
tutor_version: ['<19.0.0', '<20.0.0', 'nightly']
steps:
- name: Run Integration Tests
uses: eduNEXT/integration-test-in-tutor@main
with:
tutor_version: ${{ matrix.tutor_version }}
tutor_plugins: 'forum'
inline_tutor_plugins_folder: 'integration_tests/tutor_plugins'
app_name: 'eox-core'
openedx_extra_pip_requirements: 'eox-tenant'
shell_file_to_run: 'integration_tests/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'
tutor_extra_commands_path: 'integration_tests/scripts/execute_tutor_extra_commands.sh'