Skip to content

Commit

Permalink
markup tests with using test plans
Browse files Browse the repository at this point in the history
add skipped tests
  • Loading branch information
ishutinvv committed Jul 22, 2024
1 parent 3a3858b commit 425a0c5
Show file tree
Hide file tree
Showing 13 changed files with 158 additions and 299 deletions.
12 changes: 10 additions & 2 deletions Samples/EmceeSample/EmceeSample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
4F2DE1442C49695800966298 /* EmceeSampleHostedTests.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = EmceeSampleHostedTests.xctestplan; sourceTree = "<group>"; };
4F2DE1452C4969B400966298 /* EmceeSampleUITests.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = EmceeSampleUITests.xctestplan; sourceTree = "<group>"; };
4F2DE1462C4969EE00966298 /* EmceeSampleTestsWithoutHost.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = EmceeSampleTestsWithoutHost.xctestplan; sourceTree = "<group>"; };
4F2DE1472C4970FB00966298 /* AllTests.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = AllTests.xctestplan; sourceTree = "<group>"; };
BC06A71527664E620062F39A /* EmceeSampleTestsWithoutHost.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = EmceeSampleTestsWithoutHost.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
BC06A71727664E620062F39A /* EmceeSampleTestsWithoutHost.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EmceeSampleTestsWithoutHost.swift; sourceTree = "<group>"; };
BC584C462753FD7E00B8B9A6 /* EmceeSample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = EmceeSample.app; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -117,6 +121,10 @@
BC584C482753FD7E00B8B9A6 /* EmceeSample */ = {
isa = PBXGroup;
children = (
4F2DE1472C4970FB00966298 /* AllTests.xctestplan */,
4F2DE1442C49695800966298 /* EmceeSampleHostedTests.xctestplan */,
4F2DE1452C4969B400966298 /* EmceeSampleUITests.xctestplan */,
4F2DE1462C4969EE00966298 /* EmceeSampleTestsWithoutHost.xctestplan */,
BC584C492753FD7E00B8B9A6 /* AppDelegate.swift */,
BC584C4B2753FD7E00B8B9A6 /* SceneDelegate.swift */,
BC584C4D2753FD7E00B8B9A6 /* ViewController.swift */,
Expand Down Expand Up @@ -534,7 +542,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = D9D392WLFZ;
DEVELOPMENT_TEAM = "";
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = EmceeSample/Info.plist;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
Expand Down Expand Up @@ -564,7 +572,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = D9D392WLFZ;
DEVELOPMENT_TEAM = "";
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = EmceeSample/Info.plist;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict/>
</plist>

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1300"
version = "1.3">
version = "1.7">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
Expand All @@ -27,6 +27,21 @@
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<TestPlans>
<TestPlanReference
reference = "container:EmceeSample/EmceeSampleHostedTests.xctestplan"
default = "YES">
</TestPlanReference>
<TestPlanReference
reference = "container:EmceeSample/EmceeSampleUITests.xctestplan">
</TestPlanReference>
<TestPlanReference
reference = "container:EmceeSample/EmceeSampleTestsWithoutHost.xctestplan">
</TestPlanReference>
<TestPlanReference
reference = "container:EmceeSample/AllTests.xctestplan">
</TestPlanReference>
</TestPlans>
<Testables>
<TestableReference
skipped = "NO">
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 425a0c5

Please sign in to comment.