Skip to content

Commit

Permalink
fix: ensure make setup runs smoothly. Update product management app f…
Browse files Browse the repository at this point in the history
…ixture to exclude tags, update CONTRIBUTING.md to reflect Playwright installation requirement for e2e tests
  • Loading branch information
Adrian McPhee committed Oct 2, 2024
1 parent 2331220 commit a439bfe
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 758 deletions.
3 changes: 3 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ pip install -r requirements.txt
export DJANGO_SETTINGS_MODULE=apps.openunited.settings.development
```

For end-to-end tests, the OpenUnited platform uses Playwright. If you don't have Playwright installed, please do so. See [installing Playwright](https://playwright.dev/docs/intro)


Setup the database and load fixtures / sample data:

`make setup`
Expand Down
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,8 @@ media/

.vscode/
./script.py
node_modules/
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
Loading

0 comments on commit a439bfe

Please sign in to comment.