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.

Integration with Ava

See original GitHub issue

Trying to integrate Ava with Testem. Ava isn’t browser ready but I wanted to just use Testem in the terminal from Ava’s tap output.

I can get both working together but I wondered if I could get more information out than just:

screen shot 2016-01-28 at 22 47 58

Obviously I could just use Nodemon + Ava + Faucet but I like the way Testem works and if Ava becomes browser ready then they will be a great combination.

My setup is:

// .testem.json
{
  "framework": "custom",
  "launchers": {
    "tap": {
      "command": "ava test/*.js --tap",
      "protocol": "tap"
    }
  },
  "launch_in_dev": [ "tap" ]
}
//package.json
"scripts": {
    "test": "testem",
  }
// test/index.js
import test from 'ava';
test('foo', t => {
  t.pass();
});

test('foo', t => {
  t.pass();
});

I should add if the way Testem reports in the terminal can’t be changed please close this 😃

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
antonmedvcommented, May 20, 2016

Well be cool to have it.

0reactions
johanneswuerbachcommented, Sep 7, 2016

The issue should be resolved with testem v1.11.0

Read more comments on GitHub >

github_iconTop Results From Across the Web

Ava Cloud Video Security integrations
Integrate Ava Cloud Video Security with your existing technology, from third-party security cameras, and access control systems to user management tools.
Read more >
Ava Security (formerly Vaion) & Door Access Control | Openpath
The Ava and Openpath integration works with on-prem, cloud, and hybrid solutions, enhancing already-installed readers, door sensors and cameras with smart ...
Read more >
Integration Update: Ava Aware - Immix
We are pleased to announce the integration of Ava Aware for the Immix CS/GF platforms. Ava Aware is a scalable, intelligent cloud-based video ......
Read more >
Genea Access Control System Integration with AVA Video ...
1) Navigate to the 'Integrations' tab in your admin dashboard. 2) Go to 'Cameras' integrations, and click 'Install' under the AVA integration.
Read more >
Elliott Sperr - Ava Aware launches integration with sensors
Ava Security added another integration to the list. #AvaSecurity is always focused on expanding our platform to help customers achieve every…
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