Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: add integration test with device farm #56

Merged
merged 46 commits into from
Jan 9, 2024
Merged
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
c0de016
feat: add integration test
Jan 4, 2024
a4dd6c0
feat: split to different jobs
Jan 4, 2024
4c49291
feat: test build
Jan 4, 2024
fab753f
feat: install virtualenv
Jan 4, 2024
d623954
feat: add permissions
Jan 4, 2024
6b959e1
feat: test new arn
Jan 4, 2024
d257a46
feat: test pip install
Jan 4, 2024
b874a89
feat: test build apk and upload to devicefarm
Jan 4, 2024
cdb6a86
feat: fix apk path
Jan 4, 2024
ce532ec
feat: fix python method upload_df_file
Jan 4, 2024
b97db48
feat: test unzip and tree
Jan 4, 2024
ce956cc
feat: test unzip and print tree
Jan 4, 2024
c48d808
feat: test Upload test result
Jan 4, 2024
cd50ee8
feat: test Upload final test bundle
Jan 4, 2024
7cf11ee
feat: revert code
Jan 4, 2024
0dda5ac
fix: upload_df_file parameters
Jan 4, 2024
2315a4a
feat: test delete Set up JDK 17
Jan 4, 2024
1f3d5b1
feat: add setup java17
Jan 4, 2024
3727a59
feat: add python realtime output
Jan 4, 2024
2aaf6d1
feat: split logcat test and add report upload
Jan 5, 2024
32c8631
feat: add pytest-html
Jan 5, 2024
5bdd496
feat: test output log
Jan 5, 2024
64ffbb0
feat: test copy aar and modify configuration
Jan 5, 2024
5aba207
feat: test copy
Jan 5, 2024
d2f5048
feat: change to #
Jan 5, 2024
d375c7e
feat: test create pr
Jan 8, 2024
59c03f3
feat: test head_commit message
Jan 8, 2024
037c962
fix: trigger condition
Jan 8, 2024
9f0728d
fix: integration test with longString exceed 1024
Jan 8, 2024
61a7b25
feat: add logcat test case
Jan 8, 2024
d043ed4
feat: make integration test run on each pr
Jan 8, 2024
19fd2dc
fix: change build apk branch to integration_test
Jan 9, 2024
c6edcfe
fix: change integration workflow job name
Jan 9, 2024
7757e80
fix: format event json failed
Jan 9, 2024
110eebe
fix: fix logcat test assert
Jan 9, 2024
6e7c1d3
feat: split to different test case
Jan 9, 2024
1488865
fix: the comment in logcat test
Jan 9, 2024
ae8e21c
fix: events not sent completely
Jan 9, 2024
52f221d
fix: change to fork android app form main branch
Jan 9, 2024
a87dcd3
fix: optimize report and add appium test report
Jan 9, 2024
94bf706
fix: change zip file path
Jan 9, 2024
2c1e338
fix: makedirs fail
Jan 9, 2024
71da69a
feat: optimize report name
Jan 9, 2024
7ae1c9f
fix: remove update_check
Jan 9, 2024
586fa59
feat: add license header in pytest file
Jan 9, 2024
03186f3
fix: logcat event lost
Jan 9, 2024
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
Prev Previous commit
Next Next commit
fix: change build apk branch to integration_test
xiaoweii committed Jan 9, 2024
commit 19fd2dc63467b637db90fde73fc595391b512b25
2 changes: 1 addition & 1 deletion .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ jobs:
cache: gradle
- name: Build sample android app
run: |
git clone -b android-local-aar https://github.com/aws-samples/clickstream-sdk-samples
git clone -b integration_test https://github.com/aws-samples/clickstream-sdk-samples
zhu-xiaowei marked this conversation as resolved.
Show resolved Hide resolved
cp -f clickstream/build/outputs/aar/clickstream-release.aar clickstream-sdk-samples/android/app/libs/
cd clickstream-sdk-samples/android
sed -i "s#\"appId\": \"your appId\"#\"appId\": \"${{ env.clickstream_app_id }}\"#g" app/src/main/res/raw/amplifyconfiguration.json