webscopeio / license.sh

License checker tool - We're in a beta phase, any help is appreciated, especially reporting issues
https://webscopeio.github.io/license.sh
MIT License
40 stars 6 forks source link

WIP: Maven simple E2E test added #184

Open 4rokis opened 3 years ago

4rokis commented 3 years ago

Closes #110

4rokis commented 3 years ago

@jvorcak There are 2 options to do it. This one. Real requests, real run. Negatives are that it is slow and unstable, but it is real. If we gonna go with this we need somehow split this and normal tests

4rokis commented 3 years ago

Other option is to mock everything that is possible, that is fast but might not reflect reality