Skip to content
Neel edited this page Oct 9, 2023 · 1 revision

This is a demo automation test suite run on github actions. It uses mimock to mock the REST services invoked by the React application.

The react app lets you search the starships from the entire star wars universe and it uses the SWAPI api to fetch the information. When running the tests on the pipelines, instead of invoking the actual SWAPI, this project uses mimock to setup mocks and run the assertions

Clone this wiki locally