Compare commits

...

1 Commits

Author SHA1 Message Date
Carrie Roberts ab3a9a03d2 sample PR test 2022-05-17 13:24:52 -07:00
+12
View File
@@ -105,3 +105,15 @@ atomic_tests:
name: powershell
elevation_required: true
- name: My new test from atomicgui
description: sample test
supported_platforms:
- windows
input_arguments:
msg:
description: message to echo to screen
type: string
default: this is the default msg
executor:
command: 'echo #{msg}'
name: command_prompt