Skip to content

Bump @playwright/test from 1.32.1 to 1.40.1 #66

Bump @playwright/test from 1.32.1 to 1.40.1

Bump @playwright/test from 1.32.1 to 1.40.1 #66

GitHub Actions / .Net Unit Tests succeeded Nov 28, 2023 in 1s

.Net Unit Tests ✅

Tests passed successfully

✅ src/Tasks/TestResults/test-results.trx

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

Test suite Passed Failed Skipped Time
Tasks.TaskServiceTests 8✅ 6ms

✅ Tasks.TaskServiceTests

✅ Create_Task_Requires_NonEmpty_Title(taskTitle: "")
✅ Create_Task_Requires_NonEmpty_Title(taskTitle: null)
✅ Create_Task_WithTitle
✅ GetTasks_EmptyList
✅ TaskCount_EmptyList
✅ TaskCount_Increments_AfterCreatingTasks(tasksToCreate: 1)
✅ TaskCount_Increments_AfterCreatingTasks(tasksToCreate: 10)
✅ TaskCount_Increments_AfterCreatingTasks(tasksToCreate: 2)