You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: meilleure configuration pour les tests - show:false pour les tests e2e + indication des sources pour les tasks de test pour éviter de les refaire inutilement s'il n'y a pas de modification
Copy file name to clipboardExpand all lines: Taskfile.yml
+19-2Lines changed: 19 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ version: '3'
5
5
vars:
6
6
APP_FOLDER: "app"
7
7
TEST_FOLDER: "tests"
8
+
FEATURES_FOLDER: "features"
8
9
PORT_LOCAL_SERVER: 8888
9
10
10
11
tasks:
@@ -23,6 +24,7 @@ tasks:
23
24
- "{{.APP_FOLDER}}/css/**/*.css"
24
25
- "{{.APP_FOLDER}}/js/**/*.mjs"
25
26
- "{{.APP_FOLDER}}/js/**/*.js"
27
+
- "{{.APP_FOLDER}}/index.html"
26
28
- "{{.APP_FOLDER}}/DEBUG"# On vérifie si ce fichier a changé (parce qu'on a lancé une nouvelle version pour le DEBUG), afin de pouvoir relancer le build pour la version PROD
0 commit comments