An open API service indexing awesome lists of open source software.

https://github.com/daggerok/integration-e2e-testing-with-selenide-and-testcontainers

https://github.com/daggerok/testcontainers-examples e2e testing of complex microservices system with selenide + testcontainers
https://github.com/daggerok/integration-e2e-testing-with-selenide-and-testcontainers

github-action github-action-docker github-action-httpie github-action-pip github-action-python github-actiona-httpie github-actions github-actions-docker github-actions-pip github-actions-python

Last synced: 10 months ago
JSON representation

https://github.com/daggerok/testcontainers-examples e2e testing of complex microservices system with selenide + testcontainers

Awesome Lists containing this project

README

          

# e2e testing of complex microservices system with selenide + testcontainers [![CI](https://github.com/daggerok/integration-e2e-testing-with-selenide-and-testcontainers/workflows/CI/badge.svg)](https://github.com/daggerok/integration-e2e-testing-with-selenide-and-testcontainers/actions)

Status: Please, check [this](https://github.com/daggerok/testcontainers-examples) repo instead...

## start

```bash
./mvnw
./mvnw -f ui docker:build docker:start
#./mvnw -f ui docker:stop docker:remove
```

## test

```bash
http :8080/ui/
http :8080/ui/v1/api/names
http :8080/ui/v1/api/greetings
```

## cleanup

```bash
docker rm -f -v `docker ps -aq`
docker rmi -f daggerok/ui daggerok/greetings daggerok/names
```

## resources

* https://github.com/daggerok/testcontainers-examples