-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
74777c1
commit 67fe89c
Showing
41 changed files
with
78 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,12 @@ on: | |
# - '!main' TODO: commented until `develop` branch is in place | ||
|
||
workflow_dispatch: | ||
inputs: | ||
snapshots: | ||
description: 'Should Snapshots be recorded on CI?' | ||
type: boolean | ||
required: false | ||
default: false | ||
|
||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.ref }} | ||
|
@@ -23,7 +29,7 @@ jobs: | |
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
GITHUB_PR_NUM: ${{ github.event.number }} | ||
if: ${{ github.event_name != 'push' }} | ||
if: ${{ github.event_name != 'push' && github.event.inputs.snapshots != 'true' }} | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: ./.github/actions/bootstrap | ||
|
@@ -69,15 +75,16 @@ jobs: | |
- uses: ./.github/actions/bootstrap | ||
- uses: ./.github/actions/python-cache | ||
- name: Run UI Tests (Debug) | ||
run: bundle exec fastlane test_ui device:"${{ env.IOS_SIMULATOR_DEVICE }}" skip_build:true | ||
timeout-minutes: 40 | ||
run: bundle exec fastlane test_ui device:"${{ env.IOS_SIMULATOR_DEVICE }}" skip_build:true record:${{ github.event.inputs.snapshots }} | ||
timeout-minutes: 60 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
GITHUB_TOKEN: ${{ secrets.CI_BOT_GITHUB_TOKEN }} # to open a PR | ||
GITHUB_PR_NUM: ${{ github.event.number }} | ||
- name: Get branch name | ||
id: get_branch_name | ||
run: echo "branch=${GITHUB_REF#refs/heads/}" >> $GITHUB_OUTPUT | ||
- name: Run Sonar analysis | ||
if: ${{ github.event.inputs.snapshots != 'true' }} | ||
run: bundle exec fastlane sonar_upload | ||
env: | ||
BRANCH_NAME: ${{ steps.get_branch_name.outputs.branch }} | ||
|
@@ -110,7 +117,7 @@ jobs: | |
test-e2e-debug: | ||
name: Test E2E UI (Debug) | ||
runs-on: macos-13 | ||
if: ${{ github.event_name != 'push' }} | ||
if: ${{ github.event_name != 'push' && github.event.inputs.snapshots != 'true' }} | ||
needs: | ||
- allure_testops_launch | ||
- build-test-app-and-frameworks | ||
|
@@ -165,7 +172,7 @@ jobs: | |
allure_testops_launch: | ||
name: Launch Allure TestOps | ||
runs-on: macos-13 | ||
if: ${{ github.event_name != 'push' }} | ||
if: ${{ github.event_name != 'push' && github.event.inputs.snapshots != 'true' }} | ||
outputs: | ||
launch_id: ${{ steps.get_launch_id.outputs.launch_id }} | ||
steps: | ||
|
@@ -185,7 +192,7 @@ jobs: | |
name: Build Demo App | ||
runs-on: macos-13 | ||
needs: build-test-app-and-frameworks | ||
if: ${{ github.event_name != 'push' }} | ||
if: ${{ github.event_name != 'push' && github.event.inputs.snapshots != 'true' }} | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: actions/download-artifact@v3 | ||
|
Binary file modified
BIN
-8.43 KB
(95%)
.../ChatChannelInfoView_Tests/test_chatChannelInfoView_addUsersShownSnapshot.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-5.19 KB
(96%)
...ChannelInfoView_Tests/test_chatChannelInfoView_directChannelMutedSnapshot.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-4.37 KB
(96%)
...annelInfoView_Tests/test_chatChannelInfoView_directChannelOfflineSnapshot.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-4.41 KB
(96%)
...hannelInfoView_Tests/test_chatChannelInfoView_directChannelOnlineSnapshot.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-15.8 KB
(93%)
...ChatChannelInfoView_Tests/test_chatChannelInfoView_groupCollapsedSnapshot.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-16.2 KB
(93%)
.../ChatChannelInfoView_Tests/test_chatChannelInfoView_groupExpandedSnapshot.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-10.4 KB
(93%)
...shots__/ChatChannelInfoView_Tests/test_chatChannelInfoView_navBarSnapshot.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-6.68 KB
(95%)
...s__/ChatChannelInfoView_Tests/test_chatChannelInfoView_smallGroupSnapshot.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-2 Bytes
(100%)
...pshots__/FileAttachmentsView_Tests/test_fileAttachmentsView_emptySnapshot.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+3 Bytes
(100%)
...hots__/MediaAttachmentsView_Tests/test_mediaAttachmentsView_emptySnapshot.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-977 Bytes
(99%)
..._/InstantCommandsView_Tests/test_instantCommandsContainerMaxSize_snapshot.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-561 Bytes
(99%)
...InstantCommandsView_Tests/test_instantCommandsContainerViewEmpty_snapshot.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-988 Bytes
(99%)
...ts__/InstantCommandsView_Tests/test_instantCommandsContainerView_snapshot.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1.69 KB
(94%)
.../BottomReactionsView_Tests/test_bottomReactions_multipleRows_buttonNewRow.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1.93 KB
(94%)
...ReactionsView_Tests/test_bottomReactions_multipleRows_currentUserReaction.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-2.33 KB
(93%)
...s__/BottomReactionsView_Tests/test_bottomReactions_multipleRows_twoPerRow.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1.08 KB
(93%)
...ts__/BottomReactionsView_Tests/test_bottomReactions_singleRow_currentUser.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1.44 KB
(91%)
...tomReactionsView_Tests/test_bottomReactions_singleRow_currentUserReaction.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1.42 KB
(91%)
...hots__/BottomReactionsView_Tests/test_bottomReactions_singleRow_otherUser.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1.74 KB
(97%)
...apshots__/ChatChannelHeader_Tests/test_chatChannelHeaderModifier_snapshot.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+234 Bytes
(100%)
...nel/__Snapshots__/ChatChannelHeader_Tests/test_chatChannelHeader_snapshot.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-5.55 KB
(96%)
...napshots__/ChatChannelViewDateOverlay_Tests/test_chatChannelView_snapshot.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-15.6 KB
(94%)
...Channel/__Snapshots__/ChatChannelView_Tests/test_chatChannelView_snapshot.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-276 Bytes
(100%)
...el/__Snapshots__/ChatChannelView_Tests/test_chatChannelView_snapshotEmpty.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+800 Bytes
(100%)
...el/__Snapshots__/ChatChannelView_Tests/test_defaultChannelHeader_snapshot.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1.46 KB
(87%)
...s/ChatChannel/__Snapshots__/GalleryView_Tests/test_galleryHeader_snapshot.1.png
Oops, something went wrong.
Binary file modified
BIN
+3 KB
(100%)
...tChannel/__Snapshots__/GalleryView_Tests/test_galleryView_snapshotLoading.1.png
Oops, something went wrong.
Binary file modified
BIN
+546 Bytes
(110%)
.../__Snapshots__/MessageComposerView_Tests/test_videoIndicatorView_snapshot.1.png
Oops, something went wrong.
Binary file modified
BIN
-5.21 KB
(97%)
...s__/MessageListViewLastGroupHeader_Tests/test_messageListView_headerOnTop.1.png
Oops, something went wrong.
Binary file removed
BIN
-58.2 KB
...Channel/__Snapshots__/MessageListView_Tests/test_messageListView_snapshot.1.png
Diff not rendered.
Binary file modified
BIN
+10 Bytes
(100%)
.../__Snapshots__/MessageListView_Tests/test_messageListView_typingIndicator.1.png
Oops, something went wrong.
Binary file modified
BIN
+42 Bytes
(100%)
...el/__Snapshots__/MessageListView_Tests/test_messageListView_withReactions.1.png
Oops, something went wrong.
Binary file modified
BIN
-723 Bytes
(94%)
...hots__/MessageListView_Tests/test_scrollToBottomButton_snapshotEmptyCount.1.png
Oops, something went wrong.
Binary file modified
BIN
-733 Bytes
(94%)
...ots__/MessageListView_Tests/test_scrollToBottomButton_snapshotUnreadCount.1.png
Oops, something went wrong.
Binary file modified
BIN
+22 Bytes
(100%)
...ReadIndicatorView_Tests/test_messageReadIndicatorView_snapshotPendingSend.1.png
Oops, something went wrong.
Binary file modified
BIN
+311 Bytes
(100%)
...ageViewMultiRowReactions_Tests/test_messageViewMultiRowReactions_snapshot.1.png
Oops, something went wrong.
Binary file modified
BIN
-20 Bytes
(99%)
...apshots__/ReactionsOverlayView_Tests/test_reactionAnimatableView_snapshot.1.png
Oops, something went wrong.
Binary file modified
BIN
-2.12 KB
(97%)
...WrappingView_Tests/test_moreChannelActionsFullScreenWrappingView_snapshot.1.png
Oops, something went wrong.
Binary file modified
BIN
+3.29 KB
(100%)
...shots__/MoreChannelActionsView_Tests/test_moreChannelActionsView_snapshot.1.png
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters