Skip to content

Commit 12a52a0

Browse files
committed
Update Dashboard processing with "behave" tests
1 parent 2aa210d commit 12a52a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

seleniumbase/behave/behave_sb.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -761,6 +761,8 @@ def dashboard_pre_processing():
761761

762762
command_args = sys.argv[1:]
763763
command_string = " ".join(command_args)
764+
command_string = command_string.replace("--quiet", "")
765+
command_string = command_string.replace("-q", "")
764766
proc = subprocess.Popen(
765767
"behave -d %s --show-source" % command_string,
766768
stdout=subprocess.PIPE,

0 commit comments

Comments
 (0)