File tree Expand file tree Collapse file tree 5 files changed +18
-34
lines changed
srcWithManifestTestRepo/tests Expand file tree Collapse file tree 5 files changed +18
-34
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- Write-Host " === AFTERALL TEARDOWN SCRIPT EXECUTING ==="
2- Write-Host " Tearing down test environment..."
1+ Write-Warning " === AFTERALL TEARDOWN SCRIPT EXECUTING ==="
2+ Write-Warning " Tearing down test environment..."
33
44# Example teardown tasks:
55# - Clean up test infrastructure
@@ -8,5 +8,5 @@ Write-Host "Tearing down test environment..."
88# - Drop test databases
99# - Stop test services
1010
11- Write-Host " Test environment teardown completed successfully!"
12- Write-Host " === AFTERALL TEARDOWN SCRIPT COMPLETED ==="
11+ Write-Warning " Test environment teardown completed successfully!"
12+ Write-Warning " === AFTERALL TEARDOWN SCRIPT COMPLETED ==="
Original file line number Diff line number Diff line change 1- Write-Host " === BEFOREALL SETUP SCRIPT EXECUTING ==="
2- Write-Host " Setting up test environment..."
1+ Write-Warning " === BEFOREALL SETUP SCRIPT EXECUTING ==="
2+ Write-Warning " Setting up test environment..."
33
44# Example setup tasks:
55# - Deploy test infrastructure
@@ -8,5 +8,5 @@ Write-Host "Setting up test environment..."
88# - Set up test databases
99# - Configure test services
1010
11- Write-Host " Test environment setup completed successfully!"
12- Write-Host " === BEFOREALL SETUP SCRIPT COMPLETED ==="
11+ Write-Warning " Test environment setup completed successfully!"
12+ Write-Warning " === BEFOREALL SETUP SCRIPT COMPLETED ==="
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..."
1+ Write-Warning " === AFTERALL TEARDOWN SCRIPT (Environments) EXECUTING ==="
2+ Write-Warning " Tearing down test environment for Environments..."
33
44# Example teardown tasks for Environments directory:
5- Write-Host " Cleaning up Environments test environment..."
5+ Write-Warning " Cleaning up Environments test environment..."
66
7- Write-Host " Environments environment teardown completed successfully!"
8- Write-Host " === AFTERALL TEARDOWN SCRIPT (Environments) COMPLETED ==="
7+ Write-Warning " Environments environment teardown completed successfully!"
8+ Write-Warning " === AFTERALL TEARDOWN SCRIPT (Environments) COMPLETED ==="
Original file line number Diff line number Diff line change 1- Write-Host " === BEFOREALL SETUP SCRIPT EXECUTING ==="
2- Write-Host " Setting up test environment..."
1+ Write-Warning " === BEFOREALL SETUP SCRIPT EXECUTING ==="
2+ Write-Warning " Setting up test environment..."
33
44# Example setup tasks for test environment:
5- Write-Host " Initializing test environment..."
5+ Write-Warning " Initializing test environment..."
66
7- Write-Host " Test environment setup completed successfully!"
8- Write-Host " === BEFOREALL SETUP SCRIPT COMPLETED ==="
7+ Write-Warning " Test environment setup completed successfully!"
8+ Write-Warning " === BEFOREALL SETUP SCRIPT COMPLETED ==="
You can’t perform that action at this time.
0 commit comments