Skip to content

Commit

Permalink
add headless-browser testing of UI
Browse files Browse the repository at this point in the history
  • Loading branch information
mtmail committed Jun 16, 2024
1 parent 9e42c47 commit ad29c3c
Show file tree
Hide file tree
Showing 5 changed files with 371 additions and 16 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ jobs:
- name: Run tests
run: |
composer validate
cp www/config.php.sample www/config.php
./vendor/bin/phpunit --display-warnings test/
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
"description": "Web-based OpenStreetMap Editor",
"type": "project",
"require": {
"jbelien/oauth2-openstreetmap": "^0.1.2"
"jbelien/oauth2-openstreetmap": "^0.1.2"
},
"require-dev": {
"phpunit/phpunit": "^11.2"
"phpunit/phpunit": "^11.2",
"php-webdriver/webdriver": "^1.15"
},
"license": "WTFPL"
}
236 changes: 222 additions & 14 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ad29c3c

Please sign in to comment.