This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
protractor 'advertises' its --verbose option, but cannot use that #4196
Comments
NickTomlin
added a commit
to NickTomlin/protractor
that referenced
this issue
Apr 4, 2017
I can reproduce this as well; I pr'd the fix in #4200 |
Thanks @NickTomlin ! :) |
heathkit
pushed a commit
that referenced
this issue
Apr 11, 2017
anjunatl
added a commit
to anjunatl/protractor
that referenced
this issue
Apr 14, 2017
This fixes a problem I encountered similar to angular#4196 - where `stackTrace` is listed as an option but an error is given saying it's an "unknown extra flag"
heathkit
pushed a commit
that referenced
this issue
Apr 26, 2017
This fixes a problem I encountered similar to #4196 - where `stackTrace` is listed as an option but an error is given saying it's an "unknown extra flag"
Closed
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
v6.9.5
5.1.1
Linux Mint 18.1
protractor --help
tells about the --verbose option:I wanted to try how it works. So I executed protractor with this flag, but apparently it cannot make sense of this
--verbose
option, see the warning below:So maybe this
--verbose
is a half-way done feature? I guess it should be completed or removed.The text was updated successfully, but these errors were encountered: