Skip to content

Karma doesn't reload and doesn't show any feedback about the test status. #525

@phedinkus

Description

@phedinkus

I have a clean install of the the generator on node v0.12.2. I ran the tests using gulp test:auto. I see the following on the karma page:
screen shot 2015-05-01 at 12 28 32 pm
and from the debug console:
screen shot 2015-05-01 at 12 29 04 pm

Maybe I'm wrong, but I expect if I change the test for the main controller like so:

expect(scope.awesomeThings.length < 5).toBeTruthy();

that it should fail. The build process runs in my console but none of the output in Karma changes in my browser. Even if I refresh.

If I restart gulp test:auto with the failing test the output in the debug console is correct:
screen shot 2015-05-01 at 12 32 22 pm
The other main Karma screenshot is the same as the first (which also seems wrong).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions