Test monobundle as part of the nuget tests
See original GitHub issuesorry for the delay, i have build a repro project with a test that currently just checks for the existence of Contents/MonoBundle/package/lib/cli/cli.js
within the macOS .app file. Currently i assume that everything that should live in the package directory is in the first level directly in Contents/MonoBundle
.
Here is the project which consists of a Xamarin.Forms project a Xamarin.Mac project and an mstest project. https://github.com/nor0x/playwright-xmac-test
this is a very similar project structure to the main application that i’m building which is closed source for now
_Originally posted by @nor0x in https://github.com/microsoft/playwright-sharp/issues/1093#issuecomment-786567662_
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Test monobundle as part of the nuget tests · Issue #1181
Here is the project which consists of a Xamarin.Forms project a Xamarin.Mac project and an mstest project. https://github.com/nor0x/playwright- ...
Read more >A Step by Step Guide to Testing NuGet Packages Locally
A Step by Step Guide to Testing NuGet Packages Locally · Create a new C# class library project, right-click on the project and...
Read more >Custom test adapter installed via NuGet isn't discovering tests
I'm trying to install a custom test adapter via NuGet, but it seems like VS isn't recognizing it. I've looked through the code...
Read more >Integration testing and NuGet packaging
In this post I describe how to integration-test your source generator, how to pack it in a NuGet package, and how to test...
Read more >Live Unit Testing FAQ - Visual Studio (Windows)
Review these Live Unit Testing frequently asked questions, including supported frameworks, configuration, and customization.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
follow-up to this issue - currently i’m experimenting with the version
0.192.0
which creates a folder named@(PlaywrightDriverFiles->;'bin
in my macOS project directory, which contains an.app
folder withContents
andMonoBundle
whichis emptycontains the hidden .playwright folder where filenames are suffixed with')
@kblok you are right - at first i thought it’s part of the copy command 👀