Skip to content

Commit

Permalink
Tmp e2e tests (#4571)
Browse files Browse the repository at this point in the history
* fixes for tests

* fixing and updating cotracts tests

* update contracts tab and fixes for pipeline

* update account register

* fixes for contracts tests

* test fixes

* [skip ci] Add swagger.yaml

* [skip ci] Add swagger.yaml

* update auth

* tests update

* fixes for tests and CI

* update CI

* update CI

* update CI

* update CI

* update CI

* [skip ci] Add swagger.yaml

* update tests for schemas and tokens

* update and optimization e2e tests

* e2e-tests updates v2

* provide JWT keys

* update jwt

* set timeout for keys generation

* update e2e tests

* Update api-manual.yml

Signed-off-by: Celiant <[email protected]>

* debugging tests

* debugging e2e tests

* get SRs test update

* test username

* added all tag to e2e tests

* added test running by tag; added queue service start for e2e pipelines

* added tag input to github action

* fixes for ipfs e2e tests

* change browser to chrome

* update access token update time and fix tests for contract permission and ipfs dry-run

* added few more workers to e2e pipeline

* increase timeout time for ipfs request

* fixed tests for contracts

* added delay for contracts tests and fixed tests for trust chain

* added external ipfs node

* added external ipfs node

* fix urls and exclude some tests(temp decision need to review)

* fixes for contracts

* update smoke pull

* update tests for approve wipe request

* add wipe contract create to smoke flow

* fixes for smoke pull

* add label to test run with tag

* last fix tests for smoke pull

* update github action workflow for auto run test

* update e2e flows

* comment download some libs

* update workflow file for e2e manual ci

---------

Signed-off-by: Celiant <[email protected]>
Co-authored-by: envision-ci-agent <[email protected]>
Co-authored-by: Nikita Nikishin <[email protected]>
  • Loading branch information
3 people authored Jan 23, 2025
1 parent 372d5c6 commit 88a4b89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/api-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:

- name: Build packages
run: |
sudo apt-get update
sudo apt-get install -y libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libnss3 libxss1 libasound2 libxtst6 xauth xvfb
# sudo apt-get update
# sudo apt-get install -y libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libnss3 libxss1 libasound2 libxtst6 xauth xvfb
pushd interfaces
yarn run build
popd
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:

- name: Build packages
run: |
sudo apt-get update
sudo apt-get install -y libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libnss3 libxss1 libasound2 libxtst6 xauth xvfb
# sudo apt-get update
# sudo apt-get install -y libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libnss3 libxss1 libasound2 libxtst6 xauth xvfb
pushd interfaces
yarn run build
popd
Expand Down

0 comments on commit 88a4b89

Please sign in to comment.