21 lines
613 B
Diff
21 lines
613 B
Diff
|
|
From 99b0ee59477029d51f35a740937a8ff3f245da4d Mon Sep 17 00:00:00 2001
|
||
|
|
From: wang--ge <wang__ge@126.com>
|
||
|
|
Date: Fri, 6 Jan 2023 16:32:39 +0800
|
||
|
|
Subject: [PATCH] replace wave line with not
|
||
|
|
|
||
|
|
---
|
||
|
|
cucumber.yml | 2 +-
|
||
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
|
||
|
|
diff --git a/cucumber.yml b/cucumber.yml
|
||
|
|
index 8ec0d62..47e7db2 100644
|
||
|
|
--- a/cucumber.yml
|
||
|
|
+++ b/cucumber.yml
|
||
|
|
@@ -1,2 +1,2 @@
|
||
|
|
-default: --require features --strict --format progress --tags ~@wip features
|
||
|
|
+default: --require features --strict --format progress --tags not@wip features
|
||
|
|
wip: --require features --tags @wip:3 --wip features
|
||
|
|
--
|
||
|
|
2.27.0
|
||
|
|
|