To have ideas one must have imagination. -- The Art Spirit
A simple npm project for testing a subset of the GitHub API using REST requests. It is implemented in Javascript with axios and Jest library. The test results are in Allure format.
- Add
github-pat=<your-github-pat>totests/resources/.env - Run
npm run testto execute the tests - Run
npm run allureto view Allure report
