mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
![]() * wip, unit testing * refactor popup * update abaplint * transpile additional classes * all data classes * all git * update * fix * change type * all gui * all http * ZCL_ABAPGIT_USER_RECORD * all zlib * all exceptions * all xml * all html * all html zif * all gui zif * all xml zif * all repo zif * more generic * star * zif_abapgit_longtexts * sort * zcl_abapgit_news * zcl_abapgit_adt_link * ZCL_ABAPGIT_DIFF * more * add zcl_abapgit_services_git |
||
---|---|---|
.. | ||
.gitignore | ||
abap_transpile.json | ||
docker-compose.yml | ||
Dockerfile | ||
README.md | ||
zcl_abapgit_integration_git.clas.abap | ||
zcl_abapgit_integration_git.clas.testclasses.abap |
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 14+ 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
GitHub Actions Setup
todo