summaryrefslogtreecommitdiff
path: root/tools/selenium_tests.sh
Commit message (Collapse)AuthorAgeFilesLines
* Refactor tools/unit_tests.shAkihiro Motoki2020-04-261-3/+5
| | | | | | | | | | unit_tests.sh has a lot of duplicated statements. This commits introduces run_test function to clarify the differences. selenium_tests.sh is also updated to clarify which positional arguments are used. Direct usage of $1, $2 is not easy to understand. Change-Id: Ie13f0a804968d548b3c13b0d87daa745dd2ad040
* Change horizon test runner to pytestOleksii Petrenko2020-04-031-0/+5
Changes test invocation from `manage.py test` to `pytest`. Adds addtitional test requirements like pytest, pytest-django, pytest-html. Adds `pytest.mark` alongside django's test `tag`. Adds posibility to export test results into xml and html formats. Depends-On: https://review.opendev.org/#/c/712315/ Related-Bug: #1866666 Co-Authored-By: Ivan Kolodyazhny <e0ne@e0ne.info> Change-Id: Idb6e63cd23ca2ba8ca56f36eb8b63069bd211944