https://github.com/tony-go/rqapi
https://github.com/tony-go/rqapi
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tony-go/rqapi
- Owner: tony-go
- Created: 2021-10-23T20:55:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-17T20:37:50.000Z (about 4 years ago)
- Last Synced: 2025-02-04T16:18:24.434Z (11 months ago)
- Language: JavaScript
- Size: 87.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.