bedrock icon indicating copy to clipboard operation
bedrock copied to clipboard

extend integration test to test a project with a service in the project root directory

Open mtarng opened this issue 5 years ago • 2 comments

As a: spk tester I want: a integration test that tests a project with a service in the project root directory So that: I can be sure changes do not break workflows for that use case

Acceptance Criteria:

  • [ ] integration test that tests a project with a service in the project root directory

Additional context: https://github.com/microsoft/bedrock/issues/1191 was a bug surfaced that should have been caught if there existed an IT.

https://github.com/microsoft/bedrock/issues/859 - epic for tracking Integration Test coverage

Does this require updates to documentation?: No

mtarng avatar Mar 17 '20 21:03 mtarng

Looks like coverage was extended by this ticket: https://github.com/microsoft/bedrock/issues/859 and PR: https://github.com/CatalystCode/spk/pull/258

Was the single application test integrated into validations.sh? @andrebriggs

mtarng avatar Mar 17 '20 21:03 mtarng

@mtarng we have the https://github.com/CatalystCode/spk/blob/master/tests/single-app-repo-validation.sh file that we can integrate into validation.sh.

Our spk setup code also verifies this behavior.

andrebriggs avatar Mar 23 '20 16:03 andrebriggs