You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Git phlow in its entirety is a command line tool, and as such has its API directly exposed to its users. For any given project, the testing pyramid is a good indicator of where to put testing efforts.
For Git Phlow, this means more concretely that we need to figure out how that fits together with a commandline driven tool.
The manual testing of the image, is of course exploratory testing which should only ever be done to write more tests in a Praqma scenario.
Phrasing a testing strategy for golang, and figuring out how to consistently execute on the various underlying OS is relevant.
A key effort here should also be to evaluate what are "happy paths" that are worth testing on higher levels, as these tests are expensive to maintain and write.
It's also worth to consider if system tests are relevant for 'ghi' as this is basically the only part returning GUI.
The text was updated successfully, but these errors were encountered:
This issue stems from #228 and Praqma/Praqmatic-Automated-Changelog#100
Git phlow in its entirety is a command line tool, and as such has its API directly exposed to its users. For any given project, the testing pyramid is a good indicator of where to put testing efforts.
For Git Phlow, this means more concretely that we need to figure out how that fits together with a commandline driven tool.
The manual testing of the image, is of course exploratory testing which should only ever be done to write more tests in a Praqma scenario.
Phrasing a testing strategy for golang, and figuring out how to consistently execute on the various underlying OS is relevant.
A key effort here should also be to evaluate what are "happy paths" that are worth testing on higher levels, as these tests are expensive to maintain and write.
It's also worth to consider if system tests are relevant for 'ghi' as this is basically the only part returning GUI.
The text was updated successfully, but these errors were encountered: