Mussel icon indicating copy to clipboard operation
Mussel copied to clipboard

A framework for easily testing Push Notifications and Routing in XCUITests

Results 6 Mussel issues
Sort by recently updated
recently updated
newest added

The problem I experienced is: 1. Set a breakpoint in your UI test right after a call to e.g. `MusselUniversalLinkTester.open(link)` 2. UI test runs until breakpoint is reached 3. Mussel...

This is an attempt to address #24. Mussel client infers the device set based on the `HOME` environment variable, which contains a path to the application within the Simulator. If...

Hello maintainers! I'm super excited about this library, it's a great work! We were giving it a try on our project but unfortunately we have discovered when the test taps...

It seems that after the build phases, a executable of the server is not present. I am using swift-package-manager. Xcode version: Version 13.2 (13C90) System spec: macOS Big Sur Version...

I used SPM to install the mussel and followed the documentation written [here](https://github.com/UrbanCompass/Mussel#swift-package-manager). I was able to build the project in general but while running the deeplink tests I ran...

When Xcode has parallelized testing enabled, it creates a series of "Clone" devices in which to run the tests. MusselServer does well with multiple Simulator devices, but unfortunately in this...