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
It'd be useful to be able to provide some sort of loosely prescriptive local testing workflow and aids.
Expected Behavior
AS A chocolatey package developer
I WANT to have tools to aid me in a prescriptive local testing workflow
SO THAT I can reduce cognitive overload for building and testing packages
AND SO THAT I can reduce the time to get production-ready packages
AND SO THAT I can test multiple platforms and conditions without leaving the editor
Current Behavior
I am mostly on my own (with the aid of docs and blogs) for managing my own testing workflow.
Possible Solution
Consider adding either a test-kitchen scaffold, vagrant boxes, or dockerfiles to a project workspace and a default script for building a package and testing it in the appropriate place.
Once how to test is figured out, enable management of the testing infrastructure and state from the command pallette.
Context
This would greatly reduce the amount of cognitive overhead required for getting into a local test-develop workflow.
Work done here could lead to easier testing specifications for CI as well.
The text was updated successfully, but these errors were encountered:
It'd be useful to be able to provide some sort of loosely prescriptive local testing workflow and aids.
Expected Behavior
Current Behavior
I am mostly on my own (with the aid of docs and blogs) for managing my own testing workflow.
Possible Solution
Consider adding either a test-kitchen scaffold, vagrant boxes, or dockerfiles to a project workspace and a default script for building a package and testing it in the appropriate place.
Once how to test is figured out, enable management of the testing infrastructure and state from the command pallette.
Context
This would greatly reduce the amount of cognitive overhead required for getting into a local test-develop workflow.
Work done here could lead to easier testing specifications for CI as well.
The text was updated successfully, but these errors were encountered: