Skip to content

compose: run Neo4j Workspace on host port 7474; map only Bolt from DB… #3

compose: run Neo4j Workspace on host port 7474; map only Bolt from DB…

compose: run Neo4j Workspace on host port 7474; map only Bolt from DB… #3

Workflow file for this run

name: E2E Tests
on: [push, pull_request]
jobs:
e2e:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install Python deps
run: |
pip install -e .[dev]
- name: Install Playwright browsers and OS deps
uses: microsoft/playwright-github-action@v1
- name: Run E2E tests (headless)
run: pytest tests/e2e -v