Skip to content

Commit

Permalink
Merge pull request Zverik#77 from mtmail/headless-browser-testing
Browse files Browse the repository at this point in the history
add headless-browser testing of UI
  • Loading branch information
Zverik committed Jun 17, 2024
2 parents 20adb1b + ad29c3c commit 42491e2
Show file tree
Hide file tree
Showing 4 changed files with 370 additions and 16 deletions.
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 42491e2

Please sign in to comment.