microsoft / playwright-dotnet

.NET version of the Playwright testing and automation library.
https://playwright.dev/dotnet/
MIT License
2.47k stars 235 forks source link

[BUG] Project Setup / Installation #2086

Closed zhouyapengzi closed 2 years ago

zhouyapengzi commented 2 years ago

Context:

Describe the bug The project only generates mac and Linux folder in .playwright when build in windows VM.

In my dotnet core playwright project property, I set

<PropertyGroup>
    <PlaywrightPlatform>win</PlaywrightPlatform>
</PropertyGroup>

However, when I build the playwright project in windows, there were only mac and Linux generated in the .playwright folder. image

any idea why win folder was missing and how can I prevent it happen?

mxschmitt commented 2 years ago

I tried to reproduce it but it works for me. Could you share a repro repository with us?