Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/platan/varnish-exec-example
An example of using Varnish Exec with JUnit and TestNG
https://github.com/platan/varnish-exec-example
Last synced: about 1 month ago
JSON representation
An example of using Varnish Exec with JUnit and TestNG
- Host: GitHub
- URL: https://github.com/platan/varnish-exec-example
- Owner: platan
- License: mit
- Created: 2015-01-29T21:09:06.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-29T22:09:23.000Z (almost 10 years ago)
- Last Synced: 2024-10-15T08:24:09.800Z (3 months ago)
- Language: Java
- Size: 184 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Varnish Exec Examples [![Build Status](https://travis-ci.org/platan/varnish-exec-example.svg)](https://travis-ci.org/platan/varnish-exec-example)
This is an example of using [Varnish Exec](https://github.com/platan/varnish-exec) with [JUnit](http://junit.org/) and [TestNG](http://testng.org/)## Requirements
- JDK 8
- Varnish Cache 3.0 or 4.0## Usage
Use this command to run tests:`./gradlew test`
## License
This project is licensed under the MIT license.