Name | Use | Default | Global | Type | Allowed Values |
---|---|---|---|---|---|
EnvironmentName | Tagging | dev | true | string | |
EnvironmentType | Tagging | development | true | string | ['development', 'production'] |
EventsRuleState | Enable/Disable the EB rules | ENABLED | false | string | ['ENABLED', 'DISABLED'] |
Name | Value | Exported |
---|
Component name: 'eventbridge-rule', template: 'eventbridge-rule'
install cfhighlander gem
gem install cfhighlander
or via docker
docker pull theonestack/cfhighlander
- [optional] Create new test files
- You could copy existing test file. When you do so, please change the file name and
test_metadata.name
according to the test file name
- Run
cfhighlander cftest
- Run
kurgan test <test_file_name> --type spec
for each of the test files to re-generate the spec files
- Example
<test_file_name>
: hello-world for tests/hello-world.test.yaml
- Run
rspec