Skip to content

Commit 5ea96c8

Browse files
committed
fix: configuration taskfile pour les tests (e2e & unit)
1 parent a8d4754 commit 5ea96c8

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Taskfile.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,23 @@ tasks:
7878
'
7979
silent: false
8080

81+
tests:
82+
deps:
83+
- tests:codeceptjs
84+
- test:jasmine
85+
86+
tests:codeceptjs:
87+
aliases:
88+
- tests:e2e
89+
cmds:
90+
- npx codeceptjs run --steps
91+
92+
tests:jasmine:
93+
aliases:
94+
- tests:unit
95+
cmds:
96+
- npx jasmine --config='tests/unit/.config/jasmine.mjs'
97+
8198
bump:
8299
generates:
83100
- VERSION

0 commit comments

Comments
 (0)