Add end-to-end tests for parent item management
All checks were successful
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 3m31s
All checks were successful
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 3m31s
- Implement tests for creating, editing, and deleting chores, kindness acts, and penalties. - Add tests to verify conversion of default items to user items and restoration of system defaults upon deletion. - Ensure proper cancellation of creation and editing actions. - Create a comprehensive plan document outlining the test scenarios and expected behaviors.
This commit is contained in:
@@ -43,12 +43,16 @@ export default defineConfig({
|
||||
name: 'chromium',
|
||||
use: { ...devices['Desktop Chrome'], storageState: STORAGE_STATE },
|
||||
dependencies: ['setup'],
|
||||
testIgnore: [/\/mode_child\//],
|
||||
},
|
||||
|
||||
{
|
||||
name: 'chromium-no-pin',
|
||||
use: { ...devices['Desktop Chrome'], storageState: STORAGE_STATE_NO_PIN },
|
||||
dependencies: ['setup-no-pin'],
|
||||
// never run the large task suite or the SSE cross‑tab tests when the parent
|
||||
// pin is removed – they are slow and rely on long‑lived connections.
|
||||
testIgnore: [/\/mode_parent\//],
|
||||
},
|
||||
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user