Skip to content

CI E2E and API tests #33

CI E2E and API tests

CI E2E and API tests #33

Workflow file for this run

name: CI E2E tests
on:
workflow_dispatch:
inputs:
run_id:
description: 'Run_id from oasis-borrow run that is triggering this workflow.'
type: string
required: true
# ########################
# testing 'tests failure' scenario
# result:
# description: 'Test result parameter introduced for testing failure scenario'
# type: string
# required: true
# 'result' input to be removed after testing'
# ########################
jobs:
staging-deployed-trigger-received:
runs-on: ubuntu-latest
steps:
- run: echo "Regression E2E tests for oasis-borrow RUN_ID ${{ inputs.run_id }}"
no-wallet-tests:
uses: ./.github/workflows/z_Reusable_RegressionNoWallet.yml
with:
base_url: 'https://staging.summer.fi'
script: ci:no-wallet:regression
# - name: Testing e2e tests fail - TO BE REMOVED after Testing
# if: ${{ inputs.result == 'fail' }}
# uses: actions/github-script@v7
# with:
# script: |
# core.setFailed('E2E tests failed')