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.

Allow multiple project configs

See original GitHub issue

Say I have suite of integration tests and I need to launch test container with postgres for them to work.

But I don’t need it for unit tests.

Currently I can do it with parent class for integration tests and overriding “before project” there.

But now beforeProject is deprecated. What is the correct way to implement it?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:13 (13 by maintainers)

github_iconTop GitHub Comments

1reaction
sksamuelcommented, Mar 15, 2020

I’ve improved the listener documentation. https://github.com/kotest/kotest/blob/master/doc/listeners.md

Does this make things clearer ? Or is there more to add (PR ?)

0reactions
asm0deycommented, Mar 19, 2020

LGTM, thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to: Build multiple configurations - Visual Studio (Windows)
To build a project in multiple build configurations. On the menu bar, choose Build > Batch Build. Or, press Ctrl+Q to open the...
Read more >
How do you setup multiple jest configs within a single project?
json file. I'd like to have three separate jest configs: client unit tests, server unit tests, and server integration tests.
Read more >
Allow multiple tsconfig configurations for `--project` flag in cli
If you want to run multiple projects on a single command execution, you can use tsc --build with "solution" tsconfig files.
Read more >
Sharing single Configuration in Multiple projects
Step 1: Place the App.Config file in a folder parent to both(or all) the projects that needs to use the same Config file....
Read more >
Configure multiple projects | Firebase - Google
This page describes how to use more than one Firebase project in your app. Many apps need only a single Firebase project and...
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