abapGit/test
2025-04-22 08:27:23 +02:00
..
gitea web test: move files and fixes (#7195) 2025-04-08 15:57:59 +02:00
src inject SEO_INTERFACE_IMPLEM_GET_ALL 2025-04-22 08:27:23 +02:00
abap_transpile_int.json update npm dependencies 2025-04-18 16:35:20 +02:00
abap_transpile.json update npm dependencies (#7202) 2025-04-14 09:34:05 +02:00
express.mjs testing: transpiled abapGit running on web via express js (#7008) 2024-08-02 08:06:32 +02:00
README.md startup gitea for integration testing (#6619) 2023-11-05 16:04:38 +01:00
setup.mjs update transpiler to latest (#5455) 2022-04-07 11:27:05 +02:00

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

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