Skip to content

Commit

Permalink
debugging e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Nikishin authored and Nikita Nikishin committed Jan 15, 2025
1 parent 0e05896 commit 38b63d1
Show file tree
Hide file tree
Showing 3 changed files with 236 additions and 478 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/api-manual.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Guardian CI API Tests(Manual)
on:
workflow_dispatch:
inputs:
tags:
type: string
description: Tags for run(smoke, accounts, firstPool and etc.)
default: 'all'
# inputs:
# tags:
# type: string
# description: Tags for run(smoke, accounts, firstPool and etc.)
# default: 'all'
description: 'Manual run'
jobs:
buildAndTest:
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
run: |
pushd e2e-tests
npm install --force
npx cypress run --env "portApi=3002,operatorId=${{ secrets.CI_HEDERA_ACCOUNT }},operatorKey=${{ secrets.CI_HEDERA_PRIV_KEY }},grepTags=${{ inputs.tags }},grepFilterSpecs=true" --spec cypress/e2e/api-tests/**/*.cy.js
npx cypress run --env "portApi=3002,operatorId=${{ secrets.CI_HEDERA_ACCOUNT }},operatorKey=${{ secrets.CI_HEDERA_PRIV_KEY }}" --spec cypress/e2e/api-tests/**/*.cy.js
popd
- name: Publish API Test Results
uses: EnricoMi/publish-unit-test-result-action@170bf24d20d201b842d7a52403b73ed297e6645b # v2.18.0
Expand Down
242 changes: 0 additions & 242 deletions e2e-tests/cypress/e2e/api-tests/000_accounts/0_test.cy.js

This file was deleted.

Loading

0 comments on commit 38b63d1

Please sign in to comment.