Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/indyaah/bee-client
bee-client
https://github.com/indyaah/bee-client
Last synced: 6 days ago
JSON representation
bee-client
- Host: GitHub
- URL: https://github.com/indyaah/bee-client
- Owner: indyaah
- License: mit
- Created: 2018-10-09T02:41:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-09T02:43:02.000Z (about 6 years ago)
- Last Synced: 2024-11-07T18:50:58.959Z (about 2 months ago)
- Language: Scala
- Size: 2.56 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-integration-test-setup.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
Integration Tests With Local Webserver
======================================You can run the integration tests against your localhost webserver if you want. This is optional,
but improves the test coverage.To set this up, you need:
* Apache, Nginx or Cherokee
* PHP interpreter configured with the webserver.Please start your server then run the script src/test/resources/setup-symlinks.sh
This will find your webserver's root folder and make a symlink in it to this project. The
integration test will then find the source PHP script available to it.