You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scenario1 - Static hardcoded infra tests
Try enabling a scenario where someone already has ops validation tests written e.g. WebServer.tests.ps1.
These are hardcoded with the values inside the tests. PSRemotely should allow targeting the tests on the remote node using -Computername parameter?
Scenario2 - Using $Node inside the tests to abstract static data.
Allow execution of the tests to be targeted to all the nodes specified in configuration data.
While invoking tests on the nodes $Node will be passed inside the tests.
The text was updated successfully, but these errors were encountered:
Scenario1 - Static hardcoded infra tests
Try enabling a scenario where someone already has ops validation tests written e.g. WebServer.tests.ps1.
These are hardcoded with the values inside the tests.
PSRemotely should allow targeting the tests on the remote node using -Computername parameter?
Scenario2 - Using $Node inside the tests to abstract static data.
Allow execution of the tests to be targeted to all the nodes specified in configuration data.
While invoking tests on the nodes $Node will be passed inside the tests.
The text was updated successfully, but these errors were encountered: