We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a916900 commit 67fd410Copy full SHA for 67fd410
scripts/ios-integration.Tests.ps1
@@ -1,10 +1,12 @@
1
# This file contains test cases for https://pester.dev/
2
Set-StrictMode -Version Latest
3
$ErrorActionPreference = 'Stop'
4
-. $PSScriptRoot/ios-simulator-utils.ps1
5
. $PSScriptRoot/../integration-test/common.ps1
6
7
Describe 'MAUI app' {
+ BeforeAll {
8
+ . $PSScriptRoot/ios-simulator-utils.ps1
9
+ }
10
It 'Produces the expected exceptions' {
11
$result = Invoke-SentryServer {
12
Param([string]$url)
0 commit comments