File tree Expand file tree Collapse file tree 1 file changed +6
-19
lines changed Expand file tree Collapse file tree 1 file changed +6
-19
lines changed Original file line number Diff line number Diff line change 10
10
},
11
11
"isShellCommand" : true ,
12
12
"showOutput" : " silent" ,
13
- "args" : [
14
- " -encoding=utf-8"
15
- ],
16
13
"tasks" : [
17
14
{
18
15
"taskName" : " Testing project" ,
19
16
"args" : [
20
- " oscript" ,
21
- " -encoding=utf-8" ,
22
- " ${workspaceRoot}/../../1testrunner/testrunner.os" ,
17
+ " 1testrunner" ,
23
18
" -runall" ,
24
19
" ${workspaceRoot}/tests"
25
20
],
41
36
{
42
37
"taskName" : " Testing current test-file" ,
43
38
"args" : [
44
- " oscript" ,
45
- " -encoding=utf-8" ,
46
- " ${workspaceRoot}/../../1testrunner/testrunner.os" ,
39
+ " 1testrunner" ,
47
40
" -run" ,
48
41
" ${file}" ,
49
42
],
65
58
{
66
59
"taskName" : " Exec all features" ,
67
60
"args" : [
68
- " oscript" ,
69
- " -encoding=utf-8" ,
70
- " ${workspaceRoot}/../1bdd/src/bdd.os" ,
71
- " ${workspaceRoot}/." ,
61
+ " 1bdd" ,
62
+ " ${workspaceRoot}/features" ,
72
63
" -out" ,
73
64
" ${workspaceRoot}/exec.log"
74
65
],
90
81
{
91
82
"taskName" : " Exec feature" ,
92
83
"args" : [
93
- " oscript" ,
94
- " -encoding=utf-8" ,
95
- " ${workspaceRoot}/../1bdd/src/bdd.os" ,
84
+ " 1bdd" ,
96
85
" ${file}" ,
97
86
" -out" ,
98
87
" ${workspaceRoot}/exec.log"
117
106
{
118
107
"taskName" : " Generate feature steps" ,
119
108
"args" : [
120
- " oscript" ,
121
- " -encoding=utf-8" ,
122
- " ${workspaceRoot}/../1bdd/src/bdd.os" ,
109
+ " 1bdd" ,
123
110
" gen" ,
124
111
" ${file}" ,
125
112
" -out" ,
You can’t perform that action at this time.
0 commit comments