Generator for plus.garden
First, install Yeoman and generator-garden using npm (we assume you have pre-installed node.js).
npm install -g yo generator-garden
Then generate your new project:
yo garden
At the beginning of generate garden environment you should choose modules which you want using. All list of modules below:
- Api Tester
testing APIs of web services
- Webdriver
interaction with the different browsers
- fixtures-mongo
mongo fixtures loader
- fixtures-mysql
mysql fixtures loader
- fixtures-docker-compose
docker fixtures / any services loader
To find out all the dependencies that you will need, please see the corresponding sections of each selected module.
- Feel free to learn more about Yeoman.
MIT