Skip to content

Commit

Permalink
yaml file for SauceLabs
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlitvinov committed Oct 28, 2024
1 parent 9eb26f3 commit 6a534af
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/uitests_saucelabs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ jobs:

- name: notification to Slack
if: always()
working-directory: ${{ github.workspace }}/SDK-Auto-Test
run: |
chmod +x ${{ github.workspace }}/SDK-Auto-Test/allure_notifications/allure-notifications-4.8.0.jar
jq '.base.reportLink = "http://appodeal.github.io/appodeal-android-sdk/${{ github.run_number }}"' ${{ github.workspace }}/SDK-Auto-Test/allure_notifications/config.json > ${{ github.workspace }}/SDK-Auto-Test/allure_notifications/temp.json && mv ${{ github.workspace }}/SDK-Auto-Test/allure_notifications/temp.json ${{ github.workspace }}/SDK-Auto-Test/allure_notifications/config.json
Expand Down Expand Up @@ -193,14 +194,3 @@ jobs:
state: 'success'
sha: ${{ github.sha }}
target_url: http://appodeal.github.io/appodeal-android-sdk/${{ github.run_number }}

# GITHUB_REF_NAME=feature/auto_test
# GITHUB_RUN_ID=10653731636
# GITHUB_REPOSITORY=appodeal/appodeal-android-sdk
# https://github.com/appodeal/appodeal-android-sdk/actions/runs/10653731636
# GITHUB_TRIGGERING_ACTOR=johnlitvinov
# ${{ env.GITHUB_RUN_ID }}

#
# mvn clean test -DtestEnv=${ENVIRONMENT} -P${SUITE} -Dmaven.repo.local=$MAVEN_LOCAL_REPO -Dstand=${STAND} -Dselenide.browser=${PLATFORM} -Dlocal_run=false
# mvn io.qameta.allure:allure-maven:report -Dmaven.repo.local=$MAVEN_LOCAL_REPO

0 comments on commit 6a534af

Please sign in to comment.