Skip to content

Commit ee5f0fb

Browse files
committed
feat: test discovery now runs in a separate process with the robotcode discover command, this supports also prerunmodifiers and RF 6.1 custom parsers
1 parent 058e187 commit ee5f0fb

File tree

26 files changed

+3267
-794
lines changed

26 files changed

+3267
-794
lines changed

.vscode/launch.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,15 @@
3838
// "--",
3939
// "--help"
4040
// "run"
41-
//"--format", "json-indent",
42-
//"--no-color",
43-
//"--no-pager",
44-
"config", "info", "desc",
45-
// "discover",
46-
// "all",
47-
// "--norpa",
41+
"--format", "toml",
42+
"--no-color",
43+
"--no-pager",
44+
"--default-path",
45+
".",
46+
//"config", "info", "desc",
47+
"discover",
48+
"all",
49+
"--norpa",
4850
// "--by-longname", "asd:dasd",
4951
// "--suite",
5052
// "Robotframework.Atest.Testdata.Variables",

0 commit comments

Comments
 (0)