Add end-to-end tests for task modification and assignment features
All checks were successful
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 3m33s
All checks were successful
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 3m33s
- Implemented tests for editing penalty points and reward costs in `penalty-edit-points.spec.ts` and `reward-edit-cost.spec.ts`. - Created detailed plans for task activation and assignment scenarios in `task-activated.plan.md` and `task-assignment.plan.md`. - Added comprehensive test cases for modifying tasks, including editing points for chores, kindness acts, penalties, and rewards in `task-modified.plan.md`. - Ensured all tests are isolated and run in serial mode to maintain state integrity.
This commit is contained in:
53
.gitignore
vendored
53
.gitignore
vendored
@@ -1,50 +1,7 @@
|
||||
.env
|
||||
backend/test_data/db/children.json
|
||||
backend/test_data/db/images.json
|
||||
backend/test_data/db/pending_rewards.json
|
||||
backend/test_data/db/rewards.json
|
||||
backend/test_data/db/tasks.json
|
||||
backend/test_data/db/users.json
|
||||
logs/account_deletion.log
|
||||
backend/test_data/db/tracking_events.json
|
||||
backend/test_data/
|
||||
logs/
|
||||
resources/
|
||||
frontend/vue-app/playwright-report/index.html
|
||||
frontend/vue-app/playwright-report/data/7d9e8e8c2aa259dc9ad2c4715b0cf596bf05b8ad.webm
|
||||
frontend/vue-app/playwright-report/data/53a9d25a05f8605aaf31a0831a88d4d108e65031.png
|
||||
frontend/vue-app/playwright-report/data/97a02a9005e1cf49de3250991c2dfc24e1845eda.zip
|
||||
frontend/vue-app/playwright-report/data/278ccf1fa441cc9997d89650beac0252c6bd72c7.zip
|
||||
frontend/vue-app/playwright-report/data/831e7a25fc01d2aea65ef4b9590141615157afa6.webm
|
||||
frontend/vue-app/playwright-report/data/12526c507e79af2d09d56299c0bf7a147d27f0c3.md
|
||||
frontend/vue-app/playwright-report/data/a0602f28b9051f5191f9f9c04caf6e2be1fcf939.zip
|
||||
frontend/vue-app/playwright-report/data/e8146067f1903cc173e1cc4f5c59b4796fcbb901.zip
|
||||
frontend/vue-app/playwright-report/trace/codeMirrorModule.DYBRYzYX.css
|
||||
frontend/vue-app/playwright-report/trace/codicon.DCmgc-ay.ttf
|
||||
frontend/vue-app/playwright-report/trace/defaultSettingsView.7ch9cixO.css
|
||||
frontend/vue-app/playwright-report/trace/index.BDwrLSGN.js
|
||||
frontend/vue-app/playwright-report/trace/index.BVu7tZDe.css
|
||||
frontend/vue-app/playwright-report/trace/index.html
|
||||
frontend/vue-app/playwright-report/trace/manifest.webmanifest
|
||||
frontend/vue-app/playwright-report/trace/playwright-logo.svg
|
||||
frontend/vue-app/playwright-report/trace/snapshot.html
|
||||
frontend/vue-app/playwright-report/trace/sw.bundle.js
|
||||
frontend/vue-app/playwright-report/trace/uiMode.Btcz36p_.css
|
||||
frontend/vue-app/playwright-report/trace/uiMode.CQJ9SCIQ.js
|
||||
frontend/vue-app/playwright-report/trace/uiMode.html
|
||||
frontend/vue-app/playwright-report/trace/xtermModule.DYP7pi_n.css
|
||||
frontend/vue-app/playwright-report/trace/assets/codeMirrorModule-a5XoALAZ.js
|
||||
frontend/vue-app/playwright-report/trace/assets/defaultSettingsView-CJSZINFr.js
|
||||
frontend/vue-app/test-results/.last-run.json
|
||||
frontend/vue-app/test-results/chores-create.smoke-Chores-127ec-re-form-and-validate-fields-smoke/error-context.md
|
||||
frontend/vue-app/test-results/chores-create.smoke-Chores-127ec-re-form-and-validate-fields-smoke/test-failed-1.png
|
||||
frontend/vue-app/test-results/chores-create.smoke-Chores-127ec-re-form-and-validate-fields-smoke/trace.zip
|
||||
frontend/vue-app/test-results/chores-create.smoke-Chores-127ec-re-form-and-validate-fields-smoke-retry1/error-context.md
|
||||
frontend/vue-app/test-results/chores-create.smoke-Chores-127ec-re-form-and-validate-fields-smoke-retry1/test-failed-1.png
|
||||
frontend/vue-app/test-results/chores-create.smoke-Chores-127ec-re-form-and-validate-fields-smoke-retry1/trace.zip
|
||||
frontend/vue-app/test-results/chores-create.smoke-Chores-127ec-re-form-and-validate-fields-smoke-retry1/video.webm
|
||||
frontend/vue-app/test-results/chores-create.smoke-Chores-f8e2f-hould-cancel-chore-creation-smoke/error-context.md
|
||||
frontend/vue-app/test-results/chores-create.smoke-Chores-f8e2f-hould-cancel-chore-creation-smoke/test-failed-1.png
|
||||
frontend/vue-app/test-results/chores-create.smoke-Chores-f8e2f-hould-cancel-chore-creation-smoke/trace.zip
|
||||
frontend/vue-app/test-results/chores-create.smoke-Chores-f8e2f-hould-cancel-chore-creation-smoke-retry1/error-context.md
|
||||
frontend/vue-app/test-results/chores-create.smoke-Chores-f8e2f-hould-cancel-chore-creation-smoke-retry1/test-failed-1.png
|
||||
frontend/vue-app/test-results/chores-create.smoke-Chores-f8e2f-hould-cancel-chore-creation-smoke-retry1/trace.zip
|
||||
frontend/vue-app/test-results/chores-create.smoke-Chores-f8e2f-hould-cancel-chore-creation-smoke-retry1/video.webm
|
||||
frontend/vue-app/playwright-report/
|
||||
frontend/vue-app/test-results/
|
||||
backend/test-results/
|
||||
|
||||
Reference in New Issue
Block a user