Skip to content

An example project showing how to use Testcontainers in Node.js for Integrationtests

License

Notifications You must be signed in to change notification settings

simonberner/testcontainers-nodejs-example

Repository files navigation

Testcontainers Node.js Example

Testcontainers nodejs example License: MIT

About

Containers

For running containers, we have the following options:

Testcontainers Cloud

GitHub Actions

This project contains a GitHub Action which runs the Tests (of course in a Testcontainer) when pushing/merging to main.

Resources

Playwright

Credits