@@ -15,10 +15,10 @@ BROWSER = "firefox"
15
15
[profiles .chromium .variables ]
16
16
BROWSER = " chromium"
17
17
18
- [profiles .dev -env .extend-variables ]
18
+ [profiles .test -env .extend-variables ]
19
19
PORT = " 3000"
20
20
21
- [profiles .test -env .extend-variables ]
21
+ [profiles .dev -env .extend-variables ]
22
22
PORT = " 3001"
23
23
24
24
[profiles .headless .extend-variables ]
@@ -54,7 +54,7 @@ inherits = ["chromium", "headfull"]
54
54
55
55
[profiles .regression ]
56
56
description = " headfull regression tests"
57
- inherits = [" dev -env" , " headfull" ]
57
+ inherits = [" test -env" , " headfull" ]
58
58
includes = [" regression" ]
59
59
60
60
[profiles .test ]
@@ -81,6 +81,12 @@ description = "ci run on dev env"
81
81
enabled = { if = ' environ.get("CI") == "true"' }
82
82
inherits = [" firefox" , " dev-env" , " headless" ]
83
83
84
+ [profiles .ci-dev .variables ]
85
+ PORT = " 3001"
86
+ APP_TITLE = " Development: Todo App"
87
+ APP_HEADER = " Development Environment"
88
+ APP_COLOR = " bg-blue-400"
89
+
84
90
[profiles .ci-no-regression ]
85
91
description = " ci run on test env"
86
92
hidden = { if = ' environ.get("CI") != "true"' }
0 commit comments