Skip to content

Commit

Permalink
Change test fixture bundle is to all lower case
Browse files Browse the repository at this point in the history
  • Loading branch information
twometresteve committed Jun 13, 2024
1 parent 9b8560f commit 5dced21
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ e2e_ios: $(TEST_IOS_APP)

.PHONY: e2e_ios_local
e2e_ios_local: $(TEST_IOS_APP)
ideviceinstaller --uninstall com.bugsnag.examples.UnrealTestFixture
ideviceinstaller --uninstall com.bugsnag.fixtures.unreal
bundle exec maze-runner --app=$< --farm=local --os=ios --os-version=14 --apple-team-id=7W9PZ27Y5F --udid="$(shell idevice_id -l)" $(TESTS) --color

.PHONY: e2e_mac
Expand Down
4 changes: 2 additions & 2 deletions features/fixtures/generic/Config/DefaultEngine.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GameDefaultMap=/Game/MainLevel.MainLevel

[/Script/AndroidRuntimeSettings.AndroidRuntimeSettings]
Orientation=Portrait
PackageName=com.bugsnag.examples.UnrealTestFixture
PackageName=com.bugsnag.fixtures.unreal
bBuildForArm64=True
bPackageDataInsideApk=True
bShowLaunchImage=False
Expand All @@ -35,7 +35,7 @@ ManualIPAddress=

[/Script/IOSRuntimeSettings.IOSRuntimeSettings]
BundleDisplayName=TestFixture
BundleIdentifier=com.bugsnag.examples.UnrealTestFixture
BundleIdentifier=com.bugsnag.fixtures.unreal
BundleName=TestFixture
IOSTeamID=7W9PZ27Y5F
MobileProvision=
Expand Down
2 changes: 1 addition & 1 deletion features/handled_errors.feature
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Feature: Reporting handled errors
And the event "context" starts with "Lorem ipsum dolor sit amet"
And the event "app.duration" equals 37
And the event "app.durationInForeground" is not null
And the event "app.id" equals "com.bugsnag.examples.UnrealTestFixture"
And the event "app.id" equals "com.bugsnag.fixtures.unreal"
And the event "app.inForeground" is true
And the event "app.isLaunching" is true
And the event "app.releaseStage" equals "production"
Expand Down
2 changes: 1 addition & 1 deletion features/support/env.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def artifact_path
end

def app_state
Maze.driver.app_state('com.bugsnag.examples.UnrealTestFixture')
Maze.driver.app_state('com.bugsnag.fixtures.unreal')
end

Maze.hooks.before do
Expand Down

0 comments on commit 5dced21

Please sign in to comment.