Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
e00a0d6
Creates Login Feature first draft
Sep 15, 2024
47ca89d
Add UI Tests setup
Sep 15, 2024
d7d4685
Adds AppCore and integrates login and logout
Sep 15, 2024
6cda788
Add UI Tests scheme and format code
Sep 15, 2024
7f38fdb
Creates custom button style
Sep 15, 2024
f9e8089
Add setup testing
Sep 15, 2024
69e752a
Merge branch 'feature/login' into feature/uitests-setup
Nov 11, 2024
6187370
hihi
Nov 11, 2024
3fab0ad
Change wrong credentials message
Nov 11, 2024
747bebb
Merge pull request #1 from EllaGogo/feature/login
nikolduchanova Nov 11, 2024
41707e2
Change example test
nikolduchanova Nov 11, 2024
d1fe0ae
Cleaning
nikolduchanova Nov 12, 2024
20b59fb
Merge pull request #2 from EllaGogo/feature/uitests-setup
EllaGogo Nov 12, 2024
ec0c0a0
Add Accessibility Keys for Login Screen
Dec 4, 2024
a39ff84
Add Accessibility Identifiers
Dec 8, 2024
36997f2
Add Accessibility Identifiers for RocketDetailView
Dec 8, 2024
57d2737
Add test to count rocket cells and improve test to tap arrow on first…
Dec 8, 2024
a0b74b4
Add failure messages
Dec 8, 2024
e49a101
Fix countRocketCells func and naming
Dec 10, 2024
688eec0
Fix whitespace trailing
Dec 10, 2024
010a884
Add checkRocketNames test
Dec 11, 2024
ab20d51
Fix naming and spacing
Dec 11, 2024
c50c57b
Add separate test constants file
Dec 17, 2024
f1efe9b
Fix checkRocketNames test
Dec 17, 2024
6bb0a2e
Fix naming and whitespaces
Dec 30, 2024
8bc60cd
Fix rocket launch test
Dec 30, 2024
7d2af4f
Fix login screen tests
Dec 30, 2024
6768d63
Fix Rocket Detail tests
Dec 30, 2024
ecf4574
Remove check rocket count and names functions
Dec 30, 2024
e31abba
Fix rocket launch test
Dec 30, 2024
aa0c6d3
Fix test constants
Dec 30, 2024
d921436
REFACTOR: change naming and remove uneccessary code
Jan 7, 2025
e8dc9ab
REFACTOR: Move timeouts from TestConstants to dedicated Timeouts file
Jan 7, 2025
a0c026f
REFACTOR: Change name of file, class and func
Jan 8, 2025
8006ab1
REFACTOR change naming
Jan 13, 2025
73731e8
REFACTOR renaming files
Jan 13, 2025
b73e89b
REFACTOR rename file
Jan 13, 2025
f38af48
REMOVE prints
Jan 13, 2025
eb9e10a
REFACTOR rename constants
Jan 14, 2025
16dae6e
REFACTOR: rename and delete whitespace
Jan 20, 2025
4d8e20a
DELETE: example test
Jan 20, 2025
9a2b5e6
Add blocking the inheritance of identifiers
Jan 20, 2025
bffe8dd
REFACTOR: rename
Jan 20, 2025
3b6fd71
REFACTOR: Wrong spacing
Jan 22, 2025
ff8802b
Merge pull request #3 from EllaGogo/feature/uitest-rocket-launch
EllaGogo Jan 22, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
169 changes: 167 additions & 2 deletions Solution/iOS/RocketApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 55;
objectVersion = 70;
objects = {

/* Begin PBXBuildFile section */
Expand All @@ -13,8 +13,23 @@
165B20552999449B0047F70A /* Infrastructure in Resources */ = {isa = PBXBuildFile; fileRef = 165B20532999449B0047F70A /* Infrastructure */; };
16BC7FFC29CC9AE5002AAE15 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 16BC7FFB29CC9AE5002AAE15 /* Assets.xcassets */; };
635FE7B12A20CDD40018A585 /* RocketList in Frameworks */ = {isa = PBXBuildFile; productRef = 635FE7B02A20CDD40018A585 /* RocketList */; };
6E3F7D202C972CFD00554BA3 /* App in Frameworks */ = {isa = PBXBuildFile; productRef = 6E3F7D1F2C972CFD00554BA3 /* App */; };
6EA6ACB52C96F40A00EA0B8A /* Login in Frameworks */ = {isa = PBXBuildFile; productRef = 6EA6ACB42C96F40A00EA0B8A /* Login */; };
E50818DC2CE2A31A00B9AE68 /* Login in Frameworks */ = {isa = PBXBuildFile; productRef = E50818DB2CE2A31A00B9AE68 /* Login */; };
E50DF9542C9751A700BE1B5D /* RocketList in Frameworks */ = {isa = PBXBuildFile; productRef = E50DF9532C9751A700BE1B5D /* RocketList */; };
E55944B42C97328A00594002 /* UIToolkit in Frameworks */ = {isa = PBXBuildFile; productRef = E55944B32C97328A00594002 /* UIToolkit */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
E5A6B6FA2C97216000376970 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 160CA40528A506E4004A274A /* Project object */;
proxyType = 1;
remoteGlobalIDString = 160CA40C28A506E4004A274A;
remoteInfo = RocketApp;
};
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
1607AECC28D21C240030F1DF /* AllTests.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = AllTests.xctestplan; sourceTree = "<group>"; };
1607AECD28D21D040030F1DF /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
Expand All @@ -24,17 +39,34 @@
165B20522999449B0047F70A /* Features */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = Features; sourceTree = "<group>"; };
165B20532999449B0047F70A /* Infrastructure */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = Infrastructure; sourceTree = "<group>"; };
16BC7FFB29CC9AE5002AAE15 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
E5A6B6F42C97216000376970 /* RocketAppUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RocketAppUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

/* Begin PBXFileSystemSynchronizedRootGroup section */
E5A6B6F52C97216000376970 /* RocketAppUITests */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = RocketAppUITests; sourceTree = "<group>"; };
/* End PBXFileSystemSynchronizedRootGroup section */

/* Begin PBXFrameworksBuildPhase section */
160CA40A28A506E4004A274A /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
6E3F7D202C972CFD00554BA3 /* App in Frameworks */,
6EA6ACB52C96F40A00EA0B8A /* Login in Frameworks */,
635FE7B12A20CDD40018A585 /* RocketList in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
E5A6B6F12C97216000376970 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
E50818DC2CE2A31A00B9AE68 /* Login in Frameworks */,
E50DF9542C9751A700BE1B5D /* RocketList in Frameworks */,
E55944B42C97328A00594002 /* UIToolkit in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
Expand All @@ -52,6 +84,7 @@
children = (
1607AECD28D21D040030F1DF /* README.md */,
163E0EBC28C7988100CECFD8 /* RocketApp */,
E5A6B6F52C97216000376970 /* RocketAppUITests */,
160CA40E28A506E4004A274A /* Products */,
163E0F2D28D093BD00CECFD8 /* Frameworks */,
);
Expand All @@ -61,6 +94,7 @@
isa = PBXGroup;
children = (
160CA40D28A506E4004A274A /* RocketApp.app */,
E5A6B6F42C97216000376970 /* RocketAppUITests.xctest */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -103,25 +137,57 @@
name = RocketApp;
packageProductDependencies = (
635FE7B02A20CDD40018A585 /* RocketList */,
6EA6ACB42C96F40A00EA0B8A /* Login */,
6E3F7D1F2C972CFD00554BA3 /* App */,
);
productName = RocketApp;
productReference = 160CA40D28A506E4004A274A /* RocketApp.app */;
productType = "com.apple.product-type.application";
};
E5A6B6F32C97216000376970 /* RocketAppUITests */ = {
isa = PBXNativeTarget;
buildConfigurationList = E5A6B6FE2C97216000376970 /* Build configuration list for PBXNativeTarget "RocketAppUITests" */;
buildPhases = (
E5A6B6F02C97216000376970 /* Sources */,
E5A6B6F12C97216000376970 /* Frameworks */,
E5A6B6F22C97216000376970 /* Resources */,
);
buildRules = (
);
dependencies = (
E5A6B6FB2C97216000376970 /* PBXTargetDependency */,
);
fileSystemSynchronizedGroups = (
E5A6B6F52C97216000376970 /* RocketAppUITests */,
);
name = RocketAppUITests;
packageProductDependencies = (
E55944B32C97328A00594002 /* UIToolkit */,
E50DF9532C9751A700BE1B5D /* RocketList */,
E50818DB2CE2A31A00B9AE68 /* Login */,
);
productName = RocketAppUITests;
productReference = E5A6B6F42C97216000376970 /* RocketAppUITests.xctest */;
productType = "com.apple.product-type.bundle.ui-testing";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
160CA40528A506E4004A274A /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = 1;
LastSwiftUpdateCheck = 1340;
LastSwiftUpdateCheck = 1600;
LastUpgradeCheck = 1420;
TargetAttributes = {
160CA40C28A506E4004A274A = {
CreatedOnToolsVersion = 13.4.1;
LastSwiftMigration = 1340;
};
E5A6B6F32C97216000376970 = {
CreatedOnToolsVersion = 16.0;
TestTargetID = 160CA40C28A506E4004A274A;
};
};
};
buildConfigurationList = 160CA40828A506E4004A274A /* Build configuration list for PBXProject "RocketApp" */;
Expand All @@ -142,6 +208,7 @@
projectRoot = "";
targets = (
160CA40C28A506E4004A274A /* RocketApp */,
E5A6B6F32C97216000376970 /* RocketAppUITests */,
);
};
/* End PBXProject section */
Expand All @@ -158,6 +225,13 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
E5A6B6F22C97216000376970 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
Expand Down Expand Up @@ -191,8 +265,23 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
E5A6B6F02C97216000376970 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
E5A6B6FB2C97216000376970 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 160CA40C28A506E4004A274A /* RocketApp */;
targetProxy = E5A6B6FA2C97216000376970 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */

/* Begin XCBuildConfiguration section */
160CA42F28A506E6004A274A /* Debug */ = {
isa = XCBuildConfiguration;
Expand Down Expand Up @@ -379,6 +468,53 @@
};
name = Release;
};
E5A6B6FC2C97216000376970 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = L4GD77D338;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_C_LANGUAGE_STANDARD = gnu17;
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = cz.quanti.RocketAppUITests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_TARGET_NAME = RocketApp;
};
name = Debug;
};
E5A6B6FD2C97216000376970 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = L4GD77D338;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_C_LANGUAGE_STANDARD = gnu17;
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = cz.quanti.RocketAppUITests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_TARGET_NAME = RocketApp;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
Expand All @@ -400,13 +536,42 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
E5A6B6FE2C97216000376970 /* Build configuration list for PBXNativeTarget "RocketAppUITests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E5A6B6FC2C97216000376970 /* Debug */,
E5A6B6FD2C97216000376970 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */

/* Begin XCSwiftPackageProductDependency section */
635FE7B02A20CDD40018A585 /* RocketList */ = {
isa = XCSwiftPackageProductDependency;
productName = RocketList;
};
6E3F7D1F2C972CFD00554BA3 /* App */ = {
isa = XCSwiftPackageProductDependency;
productName = App;
};
6EA6ACB42C96F40A00EA0B8A /* Login */ = {
isa = XCSwiftPackageProductDependency;
productName = Login;
};
E50818DB2CE2A31A00B9AE68 /* Login */ = {
isa = XCSwiftPackageProductDependency;
productName = Login;
};
E50DF9532C9751A700BE1B5D /* RocketList */ = {
isa = XCSwiftPackageProductDependency;
productName = RocketList;
};
E55944B32C97328A00594002 /* UIToolkit */ = {
isa = XCSwiftPackageProductDependency;
productName = UIToolkit;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = 160CA40528A506E4004A274A /* Project object */;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,19 @@
default = "YES">
</TestPlanReference>
</TestPlans>
<Testables>
<TestableReference
skipped = "NO"
parallelizable = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "E5A6B6F32C97216000376970"
BuildableName = "RocketAppUITests.xctest"
BlueprintName = "RocketAppUITests"
ReferencedContainer = "container:RocketApp.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1600"
version = "2.2">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES"
buildArchitectures = "Automatic">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "160CA40C28A506E4004A274A"
BuildableName = "RocketApp.app"
BlueprintName = "RocketApp"
ReferencedContainer = "container:RocketApp.xcodeproj">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "NO"
buildForArchiving = "YES"
buildForAnalyzing = "NO">
<AutocreatedTestPlanReference>
</AutocreatedTestPlanReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
shouldAutocreateTestPlan = "YES">
<Testables>
<TestableReference
skipped = "NO"
parallelizable = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "E5A6B6F32C97216000376970"
BuildableName = "RocketAppUITests.xctest"
BlueprintName = "RocketAppUITests"
ReferencedContainer = "container:RocketApp.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
</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">
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "160CA40C28A506E4004A274A"
BuildableName = "RocketApp.app"
BlueprintName = "RocketApp"
ReferencedContainer = "container:RocketApp.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Loading