Skip to content

Commit

Permalink
add versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonatai committed Jan 7, 2024
1 parent 1d14719 commit bad8325
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ SpockReact is an easy way to automatically generate documentation from Spock tes

![Build & Test](https://github.com/Sonatai/spock-react/actions/workflows/build.yaml/badge.svg) ![Deployment](https://github.com/Sonatai/spock-react/actions/workflows/deploy.yaml/badge.svg) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

**Prerequisite**
![nodejs](https://img.shields.io/badge/NodeJs-21.5.0-green) ![npm](https://img.shields.io/badge/npm-8.15.0-green) ![yarn](https://img.shields.io/badge/yarn-1.22.19-green)

Please install NodeJs and yarn in the right version (see above). Normally npm will be install in the matching version - please check if the version match with above.

## How it works

Spock-React dynamically serves Spock test reports and makes them browsable, effectively turning your Spock test suite into living documentation, on the fly.
Expand Down

0 comments on commit bad8325

Please sign in to comment.