Julian Verdurmen
Julian Verdurmen
In my opinion: [Playwright](https://playwright.dev/) should be the default E2E tool. Developed by Microsoft, RTM and available for .NET, JavaScript, Typescript and more.
For some cases snapshot testing is a lot better than asserting by hand. Libraries: - https://github.com/VerifyTests/Verify (1.3 million downloads on [NuGet](https://www.nuget.org/packages/Verify)) - https://github.com/SwissLife-OSS/snapshooter (1.2 million downloads on [NuGet](https://www.nuget.org/packages/Snapshooter)) - older,...
libraries like: - [Autofixture ](https://github.com/AutoFixture/AutoFixture) (in NuGet top 100!) - [Bogus ](https://github.com/bchavez/Bogus)port of Faker.js, also deterministic data generation
Please release a new version on nuget. After #10, #15 and #19 it could really use a new release :)
I'am a bit sad that I have to open this issue (see also #34) AngleSharp was promising, but: - It's still not stable - Too many breaking changes IMO, -...
Is there an estimate when a new stable version is released? The latest stable version is +19 months old, the lastest beta 16 months.
> You know you can get to the parent by doing > ``` > page.locator("#locator").locator("..").locator("div").nth(0) > ``` _Originally posted by @sgreener in https://github.com/microsoft/playwright/issues/15234#issuecomment-1170212273_
For some test projects, but not all, we get > /home/AzDevOps/.nuget/packages/coverlet.msbuild/3.1.0/build/coverlet.msbuild.targets(39,5): warning : [coverlet] Unable to instrument module: MyApi.dll because : AssemblyResolutionException for 'Microsoft.Extensions.Logging.Abstractions, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. Try to add...
## Example 1 `{{#File}}` (mistake, should be `{{File}}` gives: ``` HandlebarsDotNet.HandlebarsCompilerException: Reached end of template before block expression '' was closed at HandlebarsDotNet.Compiler.BlockAccumulator.AccumulateBlock(IEnumerator`1 enumerator, BlockAccumulatorContext context) at HandlebarsDotNet.Compiler.BlockAccumulator.d__3.MoveNext() at System.Collections.Generic.List`1..ctor(IEnumerable`1...
Hi, I'm trying to get Playwright working in multiple teams. But different setup/code bases makes the installation a bit of a headache. And then I had an idea, why don't...