https://github.com/testcontainers/testcontainers-nocode
https://github.com/testcontainers/testcontainers-nocode
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/testcontainers/testcontainers-nocode
- Owner: testcontainers
- License: apache-2.0
- Created: 2022-06-07T17:30:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-07T17:39:36.000Z (over 3 years ago)
- Last Synced: 2025-06-11T17:52:08.376Z (6 months ago)
- Size: 4.88 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# testcontainers-nocode
This is an official implementation of Testcontainers for [No Code](https://github.com/kelseyhightower/nocode).
## Getting started
testcontainers-nocode is one of the most convenient Testcontainers implementations! Here is a basic usage:
```
```
It also scales well with the complexity of your Nocode-based integration tests:
```
```
## Roadmap
- Integrate with **notests**
- a new DSL
- Support No Code-based frameworks (if somebody creates one)