registry/aqua-tests
Anatolios Laskaris 88f9044553
chore: Update e2e (#231)
* Install snapshot fluence-cli

* Use correct action

* Fix?

* Fix

* Use fluence dep v

* Fix

* Debug

* Fix

* Fix?

* Hack

* Debug

* Fix

* Fix

* Fix summary

* Do not set aqua in package.json

* Fix

* Fix check script

* Fix?

* Temp wait with sleep
2023-04-26 11:28:10 +03:00
..
2022-10-10 17:25:10 +04:00
2023-04-26 11:28:10 +03:00
2023-04-26 11:28:10 +03:00

Registry API tests

How to run

  • npm i
  • pip3 install -r requirements.txt
  • pip install -U pytest
  • pytest -n auto

Adding new test

Before adding new test go to the aqua-tests dir first, then run npm run secret to add a new key-pair for the new test. Name it the same way the test function will be called (e.g. test_create_resource) This is required for tests to run in parallel. Key-pairs could've been generated on the fly but it's a bit faster to not waste time on it each time the tests are run