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.

Custom spec style

See original GitHub issue

Hi, i want to add custom spec style, nothing serious just rename FunSpec Methods like

container -> migration test or preparation or validation

e.g.

class MyMigration: MigrationSpec(
{    
    migration("some migration name"){
       preparation("some name"){
           // test code
       }

      validation("some name"){
           // test code
       }
    }
}
)

is it possible to add support to IntelliJ IDEA plugin to get possibility to run this tests using right click?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:7
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

5reactions
Jadarmacommented, Dec 3, 2021

@sksamuel Indeed, supporting individual sub-context and test runs in a dynamic fashion would be complicated, but is it a reasonable compromise to make the plugin display the “play” gutter icon for any class that extends io.kotest.core.spec.Spec? That would allow users to make their own specific DSLs without introducing too much complexity in the plugin, and it would be a great QoL because you don’t need to create the run configuration by hand, at the cost of only being able to run the entire spec.

0reactions
stale[bot]commented, Feb 16, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Custom vs. Semi-Custom vs. Spec Homes - Reinbrecht Homes
At Reinbrecht our services can be categorized as custom homes, semi-custom homes, and spec homes. Learn the difference and decide which is best...
Read more >
Custom Home vs. Spec Home: Which is Right for You?
Spec homes can either be designs that the builder has used previously, or a one-off design developed for a specific site and buyer...
Read more >
Spec-D® - Custom Style Rear Spoiler - CARiD.com
From small custom lip spoilers to universal adjustable double deck wing spoilers, Spec-D has a spoiler that's just right for your ride, in...
Read more >
12 Tips To Make A Spec Home, Special...With Max ...
Tract homes don't have to be generic. Take this awesome one by Max Humphrey who customized a tract home using 12 awesome tips....
Read more >
The Key Differences Between Tract, Spec and Custom ...
When it comes time to house hunt, there are three primary categories of residential homebuilders to choose from: tract, spec and custom builders....
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