File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
tests/srcWithManifestTestRepo/tests/Environments Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change
1
+ Write-Host " === AFTERALL TEARDOWN SCRIPT (Environments) EXECUTING ==="
2
+ Write-Host " Tearing down test environment for Environments..."
3
+
4
+ # Example teardown tasks for Environments directory:
5
+ Write-Host " Cleaning up Environments test environment..."
6
+
7
+ Write-Host " Environments environment teardown completed successfully!"
8
+ Write-Host " === AFTERALL TEARDOWN SCRIPT (Environments) COMPLETED ==="
Original file line number Diff line number Diff line change
1
+ Write-Host " === BEFOREALL SETUP SCRIPT (Environments) EXECUTING ==="
2
+ Write-Host " Setting up test environment for Environments..."
3
+
4
+ # Example setup tasks for Environments directory:
5
+ Write-Host " Initializing Environments test environment..."
6
+
7
+ Write-Host " Environments environment setup completed successfully!"
8
+ Write-Host " === BEFOREALL SETUP SCRIPT (Environments) COMPLETED ==="
You can’t perform that action at this time.
0 commit comments