-
Notifications
You must be signed in to change notification settings - Fork 20
add opportunity for metered/unmetered BillingMethod #26
Changes from 9 commits
810a152
cf9bce2
4097dbe
3266c82
4c240c7
cd55849
48560c8
55aa931
de65104
5ff5971
1cd4cfd
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,6 +52,12 @@ inputs: | |
summary: "" | ||
description: "Project ARNs can be obtained using the AWS CLI 'devicefarm list-projects' command." | ||
is_required: true | ||
- billing_method: "" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think you can change this to There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. fixed |
||
opts: | ||
title: "Billing Method" | ||
summary: "" | ||
description: "use METERED or UNMETERED" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can you make this a little more descriptive? How about
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. thanks. updated |
||
is_required: false | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. also please add this code to make this a drop-down list:
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done |
||
- test_package_name: "" | ||
opts: | ||
title: "Test Package Filename" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also around line 306 please add the following code to validate the expected option was passed:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed