question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Testomat plugin reports failure

See original GitHub issue

What are you trying to achieve?

I am trying to setup automated Testomat.io tests, following the steps described at

https://app.testomat.io/projects/ingo-steinke-de/runs/setup

for my repository at https://github.com/openmindculture/ingo-steinke.de

I have got a working CodeceptJS test scenario. I have set up Testomat.io and imported my CodeceptJS scenario using the API. I have set up a Manual Run of my imported test. I have added the @testomatio/reporter plugin: npm install --save-dev @testomatio/reporter I have added the plugin configuration in codecept.conf.js below the plugins key:

exports.config = {
  tests: './codecept/*_test.js',
  ...
  plugins: {
    testomat: {
      enabled: true,
      require: '@testomatio/reporter/lib/adapter/codecept',
      apiKey: process.env.TESTOMATIO,
    }

I ran TESTOMATIO=__$APIKEY__ npx codeceptjs run on the command line.

I expected a confirmation that I have set up automated tests.

What do you get instead?

Argument should belong to the same JavaScript world as target object

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
openmindculturecommented, Sep 6, 2022

Thanks for clarification. I will update my blog post accordingly. This issue can be closed.

1reaction
openmindculturecommented, Aug 31, 2022

ok, then if there is no error, it should not look like an error. But it’s the trstomat.ui misleading me to think that I should set up anything in my project, after clicking on setup automatic test where I’d expect some sort of cron tab, öike set up tests to run every hour / day / week / or triggered by git deployment.

Sorry for the fuzzy wording I can add screenshots and better description on Friday.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Reporter | Testomatio
Run your test framework and generate a JUnit report. --lang option can be specified to identify source code of the project.
Read more >
Failure analysis with Ever-failing metric in Test Management
Ever-failing tests — are tests that aren't fixed for a long time. So, the Ever Failing Test metric shows what tests are not...
Read more >
Create defect from test report with Jira Plugin - testomat.io
Automatically create defect from test report in Jira issue when a test run fails. Track of tests failures and test results inside Jira....
Read more >
Test reporting in Real-Time through Test Management tool
Instant defect creation from UI. Check failed tests after test cases execution and immediately create defects on Jira directly from the test reports...
Read more >
Notifications - Testomatio
Testomat.io allows sending notifications for finished runs: Send brief reports to stakeholders; Notify team members of failed tests; Configure on which ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found