Skip to content

Commit

Permalink
Share the IRCCloud Mock Data scheme that runs only the UI tests for s…
Browse files Browse the repository at this point in the history
…creenshots
  • Loading branch information
c99koder committed Nov 2, 2016
1 parent eefc857 commit 78a2fec
Show file tree
Hide file tree
Showing 2 changed files with 137 additions and 1 deletion.
136 changes: 136 additions & 0 deletions IRCCloud.xcodeproj/xcshareddata/xcschemes/IRCCloud Mock Data.xcscheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,136 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0800"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "228A056B16D3DABA0029769C"
BuildableName = "IRCCloud.app"
BlueprintName = "IRCCloud"
ReferencedContainer = "container:IRCCloud.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "22CE2ADB1D2AA659001397C0"
BuildableName = "UITests.xctest"
BlueprintName = "UITests"
ReferencedContainer = "container:IRCCloud.xcodeproj">
</BuildableReference>
</TestableReference>
<TestableReference
skipped = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "224589C31DCA19BB00D3110A"
BuildableName = "IRCCloudUnitTests.xctest"
BlueprintName = "IRCCloudUnitTests"
ReferencedContainer = "container:IRCCloud.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "228A056B16D3DABA0029769C"
BuildableName = "IRCCloud.app"
BlueprintName = "IRCCloud"
ReferencedContainer = "container:IRCCloud.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "228A056B16D3DABA0029769C"
BuildableName = "IRCCloud.app"
BlueprintName = "IRCCloud"
ReferencedContainer = "container:IRCCloud.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<CommandLineArguments>
<CommandLineArgument
argument = "-ui_testing"
isEnabled = "YES">
</CommandLineArgument>
<CommandLineArgument
argument = "-memberlist"
isEnabled = "YES">
</CommandLineArgument>
<CommandLineArgument
argument = "-theme ash"
isEnabled = "YES">
</CommandLineArgument>
<CommandLineArgument
argument = "-mono"
isEnabled = "YES">
</CommandLineArgument>
</CommandLineArguments>
<EnvironmentVariables>
<EnvironmentVariable
key = "CA_DEBUG_TRANSACTIONS"
value = "1"
isEnabled = "YES">
</EnvironmentVariable>
</EnvironmentVariables>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Debug"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = "/Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/Resources/templates/Time Profiler.tracetemplate"
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "228A056B16D3DABA0029769C"
BuildableName = "IRCCloud.app"
BlueprintName = "IRCCloud"
ReferencedContainer = "container:IRCCloud.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "NO">
</ArchiveAction>
</Scheme>
2 changes: 1 addition & 1 deletion fastlane/Snapfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ languages([
# launch_arguments(["-favColor red"])

# The name of the scheme which contains the UI Tests
scheme "IRCCloud"
scheme "IRCCloud Mock Data"

# Where should the resulting screenshots be stored?
output_directory "./screenshots"
Expand Down

0 comments on commit 78a2fec

Please sign in to comment.