Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

integration-e2e-updates #116

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 2 additions & 16 deletions .github/workflows/playwright-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,8 @@ jobs:

- name: Install dependencies
run: |
python -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
pip install qualibrate
pip install quam

# Install dependencies required for calibration scripts
- name: Install Calibration Dependencies
run: |
source .venv/bin/activate
pip install "./backend[fe_tests]"
pip install xarray
pip install -r qualibrate-examples/requirements.txt || true # Install additional dependencies if they exist

# Copy calibration scripts to the default Qualibrate calibration folder
- name: Copy Calibration Scripts
Expand All @@ -58,7 +48,6 @@ jobs:
# Create Qualibrate configuration
- name: Create Qualibrate Configuration
run: |
source .venv/bin/activate
qualibrate config --auto-accept

# Install Node.js
Expand All @@ -77,8 +66,5 @@ jobs:
- name: Run Playwright Tests (Workflow 1)
working-directory: ./frontend/tests/e2e
run: |
. ../../../.venv/bin/activate
qualibrate start &
sleep 5 # Wait for the server to start
npx playwright test e2e/workflow1.test.ts
npx playwright test e2e/workflow1.test.ts # This line should not reference a specific workflow, but a suite of workflows

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,4 @@ For developers who want to contribute to QUAlibrate-App or run the app locally w

QUAlibrate-App is licensed under the BSD-3 license. See the [LICENSE](https://github.com/qua-platform/qualibrate-app/blob/main/LICENSE) file for more details.

# Trigger PR
Loading
Loading