Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josdem/jugoterapia-cucumber
Jugoterapia API consumption test cases using Cucumber Framework
https://github.com/josdem/jugoterapia-cucumber
cucumber jugoterapia sonarqube travis-ci webclient webflux
Last synced: 3 days ago
JSON representation
Jugoterapia API consumption test cases using Cucumber Framework
- Host: GitHub
- URL: https://github.com/josdem/jugoterapia-cucumber
- Owner: josdem
- License: apache-2.0
- Created: 2018-06-16T15:46:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-02T17:27:25.000Z (over 5 years ago)
- Last Synced: 2024-11-16T22:14:50.461Z (2 months ago)
- Topics: cucumber, jugoterapia, sonarqube, travis-ci, webclient, webflux
- Language: Java
- Size: 167 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Jugoterapia Cucumber
----------------------------------------------[![Build Status](https://travis-ci.com/josdem/jugoterapia-cucumber.svg?branch=master)](https://travis-ci.com/josdem/jugoterapia-cucumber)
[![Quality Gate Status](https://sonar.josdem.io/api/project_badges/measure?project=com.jos.dem.jugoterapia.cucumber%3Ajugoterapia-cucumber&metric=alert_status)](https://sonar.josdem.io/dashboard?id=com.jos.dem.jugoterapia.cucumber%3Ajugoterapia-cucumber)This project uses [Cucumber Framework](https://cucumber.io/) in order to test [Jugoterapia](https://github.com/josdem/jugoterapia-spring-boot), which is an Android application mainly focused in improve your healty based in juice recipes, it is exposing recipes and beverages as API services.
#### To run the project
```bash
gradle test
```#### Read this as reference
* https://josdem.io/techtalk/spring/spring_boot_cucumber/
* https://josdem.io/techtalk/spring/spring_boot_web_client/
* https://josdem.io/techtalk/sysadmin/travis_configuration/