I've combined this project with Karma
Opened this issue · 6 comments
Deleted user commented
@FjVillar Here is the pull request you asked for earlier:
karma-runner/karma#2742
I hope it gets through at some point...
FjVillar commented
Hi @megamindbrian, I would say that im happy for the PR but I didn't asked for it. Just a question: what's your aim? Is it to get Karma to use karma-spec-reporter by default ? This seems a good idea for me ofcourse because integrate this package on Karma's could be nice.
Deleted user commented
Yes. It is like when I open a new box I want something useful to pop out.
If I am debugging with karma I can't tell what test have run or what error
goes with what test. Your index.js files fixes all that.
Dots and progress are pointless for debugging, the spec reporter gives a
more classic experience, much like NUnit or JUnit.
…On Jun 9, 2017 3:45 AM, "Fran Villar" ***@***.***> wrote:
Hi @megamindbrian <https://github.com/megamindbrian>, I would say that im
happy for the PR but I didn't asked for it. Just a question: what's your
aim? Is it to get Karma to use karma-spec-reporter by default ? This seems
a good idea for me ofcourse because integrate this package on Karma's could
be nice.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#68 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AX5Xbj46dwzVg0dfAw1d6yLpDJ8ZzY6kks5sCSJkgaJpZM4N0jwL>
.
Deleted user commented
I didn't know karma was managed by Google. No wonder no one has time to
make it better, everyone at Google has moved on to ruling the world like in
the movies the circle:
https://www.rottentomatoes.com/m/the_circle_2017/
…On Jun 9, 2017 7:03 AM, "Brian Cullinan" ***@***.***> wrote:
Yes. It is like when I open a new box I want something useful to pop out.
If I am debugging with karma I can't tell what test have run or what error
goes with what test. Your index.js files fixes all that.
Dots and progress are pointless for debugging, the spec reporter gives a
more classic experience, much like NUnit or JUnit.
On Jun 9, 2017 3:45 AM, "Fran Villar" ***@***.***> wrote:
> Hi @megamindbrian <https://github.com/megamindbrian>, I would say that
> im happy for the PR but I didn't asked for it. Just a question: what's your
> aim? Is it to get Karma to use karma-spec-reporter by default ? This seems
> a good idea for me ofcourse because integrate this package on Karma's could
> be nice.
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#68 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AX5Xbj46dwzVg0dfAw1d6yLpDJ8ZzY6kks5sCSJkgaJpZM4N0jwL>
> .
>
Deleted user commented
Which one should we combine next?
https://github.com/AngularClass/angular-starter/blob/master/package.json
…On Jun 9, 2017 3:45 AM, "Fran Villar" ***@***.***> wrote:
Hi @megamindbrian <https://github.com/megamindbrian>, I would say that im
happy for the PR but I didn't asked for it. Just a question: what's your
aim? Is it to get Karma to use karma-spec-reporter by default ? This seems
a good idea for me ofcourse because integrate this package on Karma's could
be nice.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#68 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AX5Xbj46dwzVg0dfAw1d6yLpDJ8ZzY6kks5sCSJkgaJpZM4N0jwL>
.
Narretz commented
Idk but for me "progress" (the default) definitely reports failed tests and their stacktraces (in an AngularJS project)
tmcgee123 commented
Please don't open another issue for this, we've already determined that this doesn't belong here