https://github.com/jaktestowac/testcontainers-example
Sample project to demonstrate usage of Testcontainers with node.js and JavaScript
https://github.com/jaktestowac/testcontainers-example
automation javascript nodejs test-automation testcontainers
Last synced: about 21 hours ago
JSON representation
Sample project to demonstrate usage of Testcontainers with node.js and JavaScript
- Host: GitHub
- URL: https://github.com/jaktestowac/testcontainers-example
- Owner: jaktestowac
- Created: 2023-09-26T08:28:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-26T11:43:55.000Z (over 2 years ago)
- Last Synced: 2025-03-26T11:22:34.951Z (about 1 year ago)
- Topics: automation, javascript, nodejs, test-automation, testcontainers
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
Sample project to demonstrate usage of **Testcontainers** with **node.js** and **JavaScript**.
## What are Testcontainers?
Testcontainers is a library that supports tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.
More:
- https://node.testcontainers.org/
- https://github.com/testcontainers/workshop
## About the tests
Tests for **🦎 GAD** (application for learning test automation):
- https://hub.docker.com/r/jaktestowac/gad
Tests are based on:
- mocha
- chai
- supertest
- Testcontainers
# Requirements
Requirements:
- node.js
- Docker
System requirements for Testcontainers:
- https://java.testcontainers.org/supported_docker_environment/
# How to
Run following commands.
First install modules:
```
npm i
```
and then run tests:
```
npm run test
```
---
# 📞 Contact
Feel free to reach out to us:
- 🌐 **Website**: [jaktestowac.pl](https://jaktestowac.pl)
- 💼 **LinkedIn**: [jaktestowac.pl](https://www.linkedin.com/company/jaktestowac/)
- 💬 **Discord**: [Polish Playwright Community](https://discord.gg/mUAqQ7FUaZ)
- 📧 **Support**: Check our website for contact details
---
# 📚 Learning Resources
We have gathered a collection of resources to help you learn and master Playwright, both in Polish and English. Whether you're a beginner or an advanced user, these resources will help you enhance your skills and knowledge.
## 🇵🇱 Polish Resources
- [JavaScript and TypeScript for Testers](https://jaktestowac.pl/js-ts/) - Comprehensive (13h+) course on JavaScript and TypeScript for testers, with practical examples and exercises
- [Professional Test Automation with Playwright](https://jaktestowac.pl/playwright/) - Comprehensive (100h+) course on Playwright, test automation, CI/CD and test architecture
- [Back-end Test Automation](https://jaktestowac.pl/api/) - Comprehensive (45h+) course on Back-end Test Automation with Postman, Mocha, Chai, and Supertest
- [Free Playwright Resources](https://jaktestowac.pl/darmowy-playwright/) - Comprehensive and Free Polish learning materials
- [Playwright Basics](https://www.youtube.com/playlist?list=PLfKhn9AcZ-cD2TCB__K7NP5XARaCzZYn7) - YouTube series (Polish)
- [Playwright Elements](https://www.youtube.com/playlist?list=PLfKhn9AcZ-cAcpd-XN4pKeo-l4YK35FDA) - Advanced concepts (Polish)
- [Playwright MCP](https://www.youtube.com/playlist?list=PLfKhn9AcZ-cCqD34AG5YRejujaBqCBgl4) - MCP course (Polish)
- [Discord Community](https://discord.gg/mUAqQ7FUaZ) - First Polish Playwright community!
- [Playwright Info](https://playwright.info/) - first and only Polish Playwright blog
## 🇬🇧 English Resources
- [VS Code Extensions](https://marketplace.visualstudio.com/publishers/jaktestowac-pl) - Our free Playwright plugins
- [Playwright Documentation](https://playwright.dev/docs/intro) - Official documentation
- [Playwright GitHub](https://github.com/microsoft/playwright) - Source code and issues
_PS. For more resources and updates, follow us on our [website](https://jaktestowac.pl) and [GitHub](https://github.com/jaktestowac)._
---
**Happy testing and automation!** 🚀
**jaktestowac.pl Team** ❤️💚
_PS. For more resources and updates, follow us on our [website](https://jaktestowac.pl) and [GitHub](https://github.com/jaktestowac)._
---
_Built with ❤️💚 for the Playwright and test automation community_