Git Product home page Git Product logo

Comments (8)

wswebcreation avatar wswebcreation commented on July 17, 2024 1

I'll see if I can figure this one out in the coming days

from karma-sauce-launcher.

wswebcreation avatar wswebcreation commented on July 17, 2024

@christian-bromann ?
Is this with the current demo that is provided or is this with one of the last versions of Karma

from karma-sauce-launcher.

christian-bromann avatar christian-bromann commented on July 17, 2024

Must be with one of the last versions. I discovered the error looking at MochaJS jobs and they have defined this package as "karma-sauce-launcher": "^4.3.4", in their package.json which I assume downloads the latest version.

from karma-sauce-launcher.

wswebcreation avatar wswebcreation commented on July 17, 2024

This might be related to the karma version they are using, the issue doesn't happen when I look at the current tests in this project

from karma-sauce-launcher.

taymoork2 avatar taymoork2 commented on July 17, 2024

I created a patch for my setup --> webex/webex-js-sdk#2032
I'm using karma v6 and mocha v8 so I'm unsure if the package version is the actual issue

// node_modules/karma-sauce-launcher/dist/reporter/reporter.js

-        const status = result.success ? '✅' : '❌';
+        const status = result.success ? '✅' : result.skipped ? '➖' : '❌';
         browserData.results.push({
             status: 'info',
-            message: `${status} ${result.fullName}`,
+            message: `${status} ${result.fullName || result.description}`,

from karma-sauce-launcher.

christian-bromann avatar christian-bromann commented on July 17, 2024

@taymoork2 would you mind creating a PR?

from karma-sauce-launcher.

taymoork2 avatar taymoork2 commented on July 17, 2024

@christian-bromann can do
FYI my patch also changes a console.info to a console.debug since it ends up spamming the console for me, unsure if you'd like me to add this change as well

- log.info(`Check if 'log.json' for browser '${browserName}' has already been stored.`);
+ log.debug(`Check if 'log.json' for browser '${browserName}' has already been stored.`);

from karma-sauce-launcher.

karmarunnerbot avatar karmarunnerbot commented on July 17, 2024

🎉 This issue has been resolved in version 4.3.6 🎉

The release is available on:

Your semantic-release bot 📦🚀

from karma-sauce-launcher.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.