thePantz
thePantz
Please add support for [Table Cell Escaping](https://github.com/cucumber/cucumber/blob/e55d805b941c89bbb35086b33c4bc4a4f4284ccc/gherkin/README.md#table-cell-escaping) For example: ``` Scenario: Table Cell Escaping When I pass a table to my step: | Field | Value | | NormalField |...
**Problem** I want a faker that generates vehicle data such as: - Make - Model - Year - VIN - Mileage **Solution** - Implement the missing Vehicle class - .yml...
### Description Since we've updated to the latest RestSharp there may be new ways to approach dumping from. I came across [this comment](https://github.com/restsharp/RestSharp/issues/2026#issuecomment-1467428593) and got inspired. You could in theory,...
### Description Currently we have these methods within `CallRestApi`: ``` public CallRestApi DumpingRequestsTo(string dumpDir, string fileToken = "Request") { base.RequestDumper = new RequestDumper("REST Request Dumper", dumpDir, fileToken); return this; }...
Will CUITe be supporting windows store applications? i.e. These control types: https://msdn.microsoft.com/en-us/library/microsoft.visualstudio.testtools.uitesting.windowsruntimecontrols(v=vs.140).aspx They are similar to wpf but are resolved differently by coded ui, and it includes new controls such...
### Description I've run into a problem using Boa with xUnit. Because of the way that xUnit manages shared context between test classes.... [xUnit injects `ITestOutputHelper` into the test class...