An open API service indexing awesome lists of open source software.

https://github.com/tony-go/rqapi


https://github.com/tony-go/rqapi

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Hi 👋🏼,

This repository is material for this [article](https://tonygo.dev/blog/why-developer-should-use-gherkin/).

We use the `hello.feature` file as the source of truth for our test.

## The feature in Express.Js

Checkout the branch `express-version`, then run command `npm run test`.

## Revamp in Fastify.Js

Checkout the branch `fastify-version`, then run command `npm run test`.

> Note: Between both branches we did not update the hello.feature file.