💡 [Feature]: The pipline scaffolding form could allow to scaffold a run tests step #223
Labels
👨💻 CLI for Microsoft 365
Requires to first extend CLI for Microsoft 365
⭐ enhancement
New feature or request
hacktoberfest
🙏 help wanted
Open for contributors
Milestone
🎯 Aim of the feature
The pipeline scaffolding form could provide an additional option that will allow to scaffold a step in yaml flow that will run the
gulp test
command for the SPFx project in order to run tests📷 Images (if possible) with expected result
No response
🤔 Additional remarks or comments
This feature should first be extended in the CLI for Microsoft 365
spfx project github workflow add
andspfx project azuredevops pipeline add
commands. We should first open up an issue in this CLI repo👣 Step by step plan
github workflow add
andazuredevops pipeline add
commands with an option that will allow to scaffold a pipeline/workflow with a step that will run testsgulp test
orgulp test-only
stepvscode-viva/src/webview/view/components/forms/workflow/ScaffoldWorkflowView.tsx
Line 14 in 13484e7
vscode-viva/src/services/CliActions.ts
Line 126 in 13484e7
The text was updated successfully, but these errors were encountered: