The accompanying code for our Katacoda Scenarios.
When combined, the Katacoda Tutorial and Scenarios are designed to provide a gentle introduction to integration testing with Unmock. This introduction is featured on the Unmock homepage, as well as on Katacoda.
This repository houses the example tests, as well as the API spec and function being tested. All of the written documentation associated with these tests is located in a different repository.
After forking and cloning the repository, install in the necessary dependencies:
npm i
Once installed, you can run the tests using the following commmand:
npm run test
Thanks for wanting to contribute! The best way to get involved is to open an issue or grab one of the ones that we already have open. If you want to change or add documentation, check out our katacoda-scenarios repo.
Please note that this repository is governed by the Meeshkan Community Code of Conduct. By participating, you agree to abide by its terms.