lego/e2e/readme.md

28 lines
520 B
Markdown
Raw Normal View History

# E2E tests
How to run:
- Add the following entries to your `/etc/hosts`:
```
127.0.0.1 acme.wtf
127.0.0.1 lego.wtf
127.0.0.1 acme.lego.wtf
127.0.0.1 légô.wtf
127.0.0.1 xn--lg-bja9b.wtf
```
- Install [Pebble](https://github.com/letsencrypt/pebble):
```bash
go get -u github.com/letsencrypt/pebble/...
```
- Install [challtestsrv](https://github.com/letsencrypt/boulder/tree/master/test/challtestsrv):
```bash
go get -u github.com/letsencrypt/boulder/test/challtestsrv/...
```
- Launch tests:
```bash
make e2e
```