Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

- changed powershell script error reporting #241

Merged
merged 1 commit into from
Jun 3, 2024

- changed powershell script error reporting

947ffd5
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

- changed powershell script error reporting #241

- changed powershell script error reporting
947ffd5
Select commit
Loading
Failed to load commit list.
GitHub Actions / Tests Results succeeded Jun 3, 2024 in 0s

10 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
src/Plugin.File.Tests/TestResults/test-results.trx 6✅ 2s
tests/Nox.Cli.Tests/TestResults/test-results.trx 1✅ 1s
tests/Plugin.Core.Tests/TestResults/test-results.trx 3✅ 2s

✅ src/Plugin.File.Tests/TestResults/test-results.trx

6 tests were completed in 2s with 6 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Plugin.File.Tests.CopyFileTests 3✅ 240ms
Plugin.File.Tests.CopyFolderTests 1✅ 205ms
Plugin.File.Tests.FileRenameTests 1✅ 196ms
Plugin.File.Tests.FolderRenameTests 1✅ 215ms

✅ Plugin.File.Tests.CopyFileTests

✅ Can_copy_a_File_if_destination_folder_does_not_exist
✅ Can_copy_a_File_if_destination_folder_exists_and_overwrite_specified
✅ Must_not_copy_if_destination_folder_exists_and_overwrite_not_specified

✅ Plugin.File.Tests.CopyFolderTests

✅ Can_copy_a_File_if_destination_folder_does_not_exist

✅ Plugin.File.Tests.FileRenameTests

✅ Can_Rename_a_File

✅ Plugin.File.Tests.FolderRenameTests

✅ Can_Rename_a_Folder

✅ tests/Nox.Cli.Tests/TestResults/test-results.trx

1 tests were completed in 1s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Nox.Cli.Tests.Extensions.JobExtensionsTests 1✅ 147ms

✅ Nox.Cli.Tests.Extensions.JobExtensionsTests

✅ WhenCloneJobShouldSucceed(fixture: [···])

✅ tests/Plugin.Core.Tests/TestResults/test-results.trx

3 tests were completed in 2s with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Plugin.Core.Tests.SnakeNameTests 3✅ 313ms

✅ Plugin.Core.Tests.SnakeNameTests

✅ Can_Convert_To_Snake_Name(sourceValue: "Hello.World", expectedValue: "hello_world")
✅ Can_Convert_To_Snake_Name(sourceValue: "HELLO.World", expectedValue: "hello_world")
✅ Can_Convert_To_Snake_Name(sourceValue: "HelloWorld", expectedValue: "helloworld")