We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 369e60d commit 6093a30Copy full SHA for 6093a30
deploy/Invoke-SmokeTests.ps1
@@ -1,6 +1,7 @@
1
# These tests are runs as part of the deployment process to ensure the newly published module is working as expected.
2
-# These tests run against the installed module, not the source code, so they are more of a real-world test and should not use mocks.
+# These tests run against the installed module, not the source code, so they are a real-world test and should not use mocks.
3
# Since mocks are not used, be careful to not rely on state stored on the machine, such as a module configuration file.
4
+# This is a great place to put tests that differ between operating systems, since they will be ran on all platforms.
5
# To run these tests on your local machine, see the comments in the BeforeAll block.
6
7
BeforeAll {
0 commit comments