abapGit/test/README.md
Lars Hvam f46f5ce58e
startup gitea for integration testing (#6619)
Co-authored-by: Marc Bernard <59966492+mbtools@users.noreply.github.com>
2023-11-05 16:04:38 +01:00

34 lines
677 B
Markdown

# abapGit Testing
## Unit testing
Part of `/src/`
* Harmless, no changes to the system
* No network connectivity required
Run manually on ABAP system
Run locally on Node.js 20+ via `npm run unit`
Runs automatically for every push, not a required status check
## Integration Testing - Git Protocol
`ZCL_ABAPGIT_INTEGRATION_GIT`
Not installed on systems, edit in vscode or copy pasta
* Gitea docker image, https://hub.docker.com/r/gitea/gitea
`npm run integration`
Option to leave Gitea running?
## Integration Testing - UI
Playwright, https://playwright.dev
webpack and mocked git/repos?
## Integration Testing - Object Serialization
https://github.com/abapGit/CI