PowerShell / DscConfiguration.Tests

Test automation scripts for evaluating the quality of DSC Configurations using Azure virtual machines and Azure Automation DSC.
MIT License
5 stars 11 forks source link

Question: The "acceptance" tests, when/how are they suppose to be run? #33

Open johlju opened 7 years ago

johlju commented 7 years ago

I can't see these "acceptance" tests are being run. I talking about these tests in the template here; https://github.com/PowerShell/TemplateConfig/tree/master/TemplateConfigModule/Tests

I added a dummy test to the repository here; https://github.com/johlju/xFailOverClusterIntegration/blob/dev/xFailOverClusterIntegrationModule/Tests/Acceptance/xFailOverClusterIntegration.Acceptance.Tests.ps1

But can't see that it was run during testing. https://ci.appveyor.com/project/johlju/xfailoverclusterintegration/build/1.0.5.1

Is it meant to be run with the other tests? Or was the idea that these test are run by the "configuration module"? Is so, was there an idea on how to run these tests?

johlju commented 7 years ago

@mgreenegit Could you share your thoughts around this?