This scenario is currently broken:
dotnet add package Microsoft.Playwright --version 1.19.1
dotnet build
./bin/Debug/net6.0/dotnet2
dotnet add package Microsoft.Playwright --version 1.20.1
dotnet build
./bin/Debug/net6.0/dotnet2
Actual: it does not override driver files -> driver won't start -> breaks Playwright
Expected: it works.
Relates:
cc @campersau do you know anything that could be the cause of this? Otherwise, I would dig into it.
This scenario is currently broken:
Actual: it does not override driver files -> driver won't start -> breaks Playwright
Expected: it works.
Relates:
cc @campersau do you know anything that could be the cause of this? Otherwise, I would dig into it.