An open API service indexing awesome lists of open source software.

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.

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/