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.

.playlist support?

See original GitHub issue

Hey, is there a feature request already to support a .playlist file as argument? Right now I am using a parser I wrote to parse .playlist files to a .txt file to use with --testlist={pathToFile}.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
CharliePoolecommented, Jan 10, 2019

Strictly speaking, the console itself isn’t extensible although sometimes we make it seem that way. It can use an engine extension, for example, and has special code to deal with some of them.

The teamcity extension is a good example. The console knows it exists and can activate it in response to the --teamcity option but the option had to be hard coded.

I imagine this would work in a similar way. The console would pull test names out of a file and pass them on to the filter builder.

I originally thought about having the console take extensions just like the engine. That’s what the unimplemented ā€œAddinsā€ feature was about. You would bundle an engine extension with a corresponding runner extension needed to make use of it. But the need was never that great considering how simple the console runner is. Might be different with a GUI.

I agree with you that the value is somewhat low for this feature, but it’s also an easy one and can’t currently be implemented except by changing the console.

1reaction
ChrisMaddockcommented, Jan 9, 2019

Hey @MPasadu - I presume you’re the guy who asked the same question on Stack Overflow the other day? šŸ˜„

To transfer some of my comments - I don’t believe the NUnit console itself should support a .playlist file, but the extensibility of the console should allow for someone to write an extension to do so, which I don’t believe is currently possible.

I don’t believe there is currently any extensibility point to add a test filter. An IFilterProvider extension would be cool - and also the functionality to add custom command line arguments to the console, which I think has been discussed before.

Charlie/Mikkel, what do you guys think? šŸ™‚

Read more comments on GitHub >

github_iconTop Results From Across the Web

Create playlists - Spotify
Pick your device for how to create, edit, and delete playlists. Mobile and tablet. Desktop. Need some inspiration? Get Recommended Songs at the...
Read more >
Daily Playlists - Easy Playlist Pitching
Share your music with thousands of curators and playlists in seconds - for free! Save time on music promotion and focus on creating...
Read more >
PlaylistSupply | Playlist Promo Tool | Curator Mail Finder
PlaylistSupply lets you research data for playlist promo campaigns and get ahead of the competition. Find the most verified playlist curators now.
Read more >
Create & manage playlists - Computer - YouTube Help
A playlist is a collection of videos. Anybody can make playlists, share them, and friends can add videos to your playlist. You can...
Read more >
Playlist Push: Music Promotion Services
Submit your track to Spotify Playlist Curators. Get your music in TikTok Videos. Trusted by over 25000 artists. ... We're here to help...
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