-
-
Test endpoints.
Mock tests.
Etc.
-
**Is your feature request related to a problem? Please describe.**
Enable automated triggering of zarp run on defined set of input data. Include analysis script that aggregates all the results.
* J…
-
The following is my attempt to understand the testing needs of Spin and sketch a possible path towards improved end to end testing for Spin.
## What needs testing
Before we can improve testing …
rylev updated
11 months ago
-
use tmux "capturep"
https://github.com/tmux/tmux/wiki/Advanced-Use
-
- End-to-End-Testing
- Unit-Testing
- Code-Reviews
- CI/CD
- Linting
- Formatting
- Type-Checking
-
Documentation Discrepancies :
- [ ] Readme missing to describe the BOM Level https://github.com/cloud-native-toolkit/automation-solutions/tree/main/boms/infrastructure/ibmcloud/zos-dev
- [X] BOM …
-
We might want to add End to End functional tests in the future. (Possibly using cypress so that we can run it in CICD? )
-
The node app needs to be tested, as does the angular front-end. There is currently no sort of testing. The first concern should be black-box-testing the API.
-
The easiest way to do this looks like running unit tests and linting, deploying to the staging environment and then run the e2e tests against them. Then, if the tests fail, rollback.