bedrock icon indicating copy to clipboard operation
bedrock copied to clipboard

Extend spk integration tests to test using spk init with a config file

Open mtarng opened this issue 6 years ago • 2 comments

As a: Developer

I want: spk validation smoke tests to also validate using config files and not just using flags

So that: I can be confident that config values are consistent and tested

Describe the solution you'd like:

Acceptance Criteria:

  • [ ] Add a separate test of tests parallel to the current validation.sh scripts that tests the same commands, but utilizes spk init with a config file instead of using flags to pass in configurations.

Additional context:

Does this require updates to documentation?: yes

mtarng avatar Jan 16 '20 21:01 mtarng

@yradsmikham moving this back to TODO. Will probably skip this sprint

andrebriggs avatar Feb 05 '20 22:02 andrebriggs

Added a config file and spk init command in this PR https://github.com/CatalystCode/spk/pull/255, perhaps this file can be leveraged for this task, once merged?

samiyaakhtar avatar Feb 07 '20 20:02 samiyaakhtar