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
- Host: GitHub
- URL: https://github.com/daggerok/integration-e2e-testing-with-selenide-and-testcontainers
- Owner: daggerok
- Created: 2020-02-26T14:44:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-29T00:08:52.000Z (almost 6 years ago)
- Last Synced: 2025-01-10T00:44:55.956Z (11 months ago)
- Topics: 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
- Language: Java
- Homepage:
- Size: 58.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# e2e testing of complex microservices system with selenide + testcontainers [](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