Files
fn-serverless/test/fn-api-tests/README.md
Denis Makogon 5c68a88599 Fn-prefix everything (#545)
* Fn-prefix everything

Closes: #492

* Global replacement

* missed one fn_
2017-11-29 17:50:24 -08:00

20 lines
285 B
Markdown

FN integration API tests
======================================
Test dependencies
-----------------
```bash
DOCKER_HOST - for building images
FN_API_URL - Fn API endpoint
```
How to run tests?
-----------------
```bash
export FN_API_URL=http://localhost:8080
go test -v ./...
```