Wojtek

Results 33 issues of Wojtek

Idea: 1. progress being saved to html file in incremental manner 2. html page allowing to refresh itself to update progress 3. support for parallel test execution 4. Consider creation...

idea

#### Description As a follow up to #167, the LightBDD should offer and opt-in feature enforcing developers to write properly constructed scenarios, where: * each scenario will start with 0...

enhancement

* Empty Scenario without Runner.RunXXX * Framework specific ignore instead of IgnoreScenarioAttribute * Step methods mixed with scenarios instead of being in separate file * Step parameter not present in...

idea

#### Description Currently it is possible to mark scenario or composite step with [MultiAssert] attribute that instructs runner to execute all sub-steps regardless of their status and collect the outcome...

idea

Hello, Given a sample project: ``` net46;netcoreapp1.1;netcoreapp2.0 ``` with test file ```c# using NUnit.Framework; namespace ClassLibrary1 { [TestFixture] public class Class1 { [Test] public void Test() { TestContext.Progress.WriteLine("Line1"); TestContext.Progress.WriteLine("Line2"); TestContext.Progress.WriteLine("Line3");...

confirm

#### Description Using equivalent of `new IDictionary[0].ToVerifiableDataTable()` won't generate column definitions nor fail when actual collection is not empty #### Progress - [ ] Feature is implemented, - [ ]...

bug

#### Description ![image](https://user-images.githubusercontent.com/1894621/184552512-12af1734-6640-4eb6-b31f-f299886ac2d8.png) #### Progress - [ ] Feature is implemented, - [ ] Ensured backward-compatibility, - [ ] Ensured good debugging experience

bug

## Description Hello, I would like to ask a question if there is currently any way to display immediate output of currently executing tests in MsTest? The use case for...

Type: Feature

#### Details Issue reference: #331 List of changes: #### Checklist - [ ] Changes are backward compatible with the previous version of Core and Framework, - [ ] Changelog has...

#### Description Implement scenario execution scheduler with support for: - asynchronous test execution (i.e. starting the next scenario when the current one is blocked on await), - parallelization support by...

enhancement
LightBDD 4.X