https://github.com/idea2app/integration-test
Automated Testing, Continuous Integration & Continuous Deployment scaffold based on Node.js, Git & Docker. Practise DevOps & GitOps in testing & production environments immediately.
https://github.com/idea2app/integration-test
automation ci-cd devops docker git gitops nodejs scaffold template
Last synced: 5 months ago
JSON representation
Automated Testing, Continuous Integration & Continuous Deployment scaffold based on Node.js, Git & Docker. Practise DevOps & GitOps in testing & production environments immediately.
- Host: GitHub
- URL: https://github.com/idea2app/integration-test
- Owner: idea2app
- Created: 2022-12-17T18:14:51.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-17T18:15:01.000Z (about 3 years ago)
- Last Synced: 2025-08-01T15:51:52.218Z (6 months ago)
- Topics: automation, ci-cd, devops, docker, git, gitops, nodejs, scaffold, template
- Language: TypeScript
- Homepage:
- Size: 42 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# Integration Test
**Automated Testing**, **Continuous Integration** & **Continuous Deployment** scaffold based on Node.js, Git & Docker.
## Guide document
https://idea2app.feishu.cn/docs/doccnlKWBaT81RyNXAsHDIWFwph
## Technology stack
1. Runner & Assert framework: [Jest][1]
2. Browser Operation library: [Playwright][2] ([community][3])
## End-to-End testing
### NPM script
```shell
pnpm e2e
```
### VS Code
press F5
[1]: https://jestjs.io/
[2]: https://playwright.dev/
[3]: https://playwright.tech/