-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
colors don't seem to be working? #9
Comments
I will look into it this weekend. |
thank you for your quick reply. If you need any additional information feel On Fri, Apr 10, 2015 at 6:31 AM, Razvan [email protected] wrote:
|
I tested with the options you specified under NodeJS 0.12.1 and it did displayed the colors. Can you give some more details about how you use it? And some test code? |
So I found out that when using grunt is where the problem occurs if I just grunt prot:beta --specs=tests/playground/Barret/examples/googlemaps_spec.js Looks like this On Sun, Apr 12, 2015 at 3:54 PM, Razvan [email protected] wrote:
|
I'll try to look into it when I get some spare time. |
thanks, I appreciate your effort and concern On Tue, Apr 14, 2015 at 4:04 AM, Razvan [email protected] wrote:
|
I have the same problem, When I run protractor from grunt I don't get any colors. |
Can you give some more details about the OS platform and grunt version? |
Facing the same problem. protractor: 2.1.0 shell: {
protractor: {
command: function () {
return 'protractor "e2e/conf.js"';
}
}
} OS: Windows 7 Professional 64bit |
├── [email protected] I'm on osx 10.10.2 On Wed, Jun 24, 2015 at 5:15 AM, Kartoffelsalat [email protected]
|
I'll update the reporter for the new API changes (2.3) and look into the color problem for the specific scenarios. Any input is welcomed. |
It's been a long time 😞 . If it's still relevant, can you check with Seeking someone to take over #19 |
So this seems to be working fine except I don't get any colors? the only thing that I did find in testing is that the inColors option only seems to change the JASMINE STARTING:
I was using another reporter before which I took out because I thought your reporter had more options. I just am curious why the colors aren't working.
inColors: false then you will get this
inColors: true then you will get this
The text was updated successfully, but these errors were encountered: