Commit Graph
13 Commits
Author SHA1 Message Date
Elyézer Rezende 5c91f66316 Keep awxkit's requirements on the setup.py
awxkit's setup.py was making use of pip internal structures to parse the
requirements.txt file. This is not a good thing as they may change,
actually that just happened.

To avoid this in the future, move the list of requirements to setup.py
and make requirements.txt list `.` as the only item. This way we keep a
single place to update requirements in the future and avoid accessing
pip's internals.
2020-04-29 14:47:21 -04:00
Elyézer Rezende e4921abfff Keep awxkit's requirements on the setup.py
awxkit's setup.py was making use of pip internal structures to parse the
requirements.txt file. This is not a good thing as they may change,
actually that just happened.

To avoid this in the future, move the list of requirements to setup.py
and make requirements.txt list `.` as the only item. This way we keep a
single place to update requirements in the future and avoid accessing
pip's internals.
2020-04-29 14:11:06 -04:00
Elyézer Rezende e7a15d478d Add app token e2e 2019-08-07 15:56:06 -04:00
Elyézer Rezende 39fb0d1679 e2e resize window on some specific tests 2019-06-03 08:50:37 -04:00
Elyézer Rezende 0aa8c7427d Set window size globally on e2e 2019-05-24 14:05:39 -04:00
Elyézer Rezende 70e513a3cf Fix job list sorting options grouping
Ensure that the sorting options are grouped just like every other
sorting options list.
2019-05-03 16:20:01 -04:00
Elyézer Rezende a06d2946b6 Update jobs portal list actions e2e 2019-04-18 15:09:29 -04:00
Elyézer Rezende 213a70b98a Add applications to e2e 2019-04-10 10:50:49 -04:00
Elyézer Rezende d2d1074e8b Add auditor and admin params to user e2e 2019-04-01 14:48:33 -04:00
Elyézer Rezende 46ad3fa7b1 users e2e 2019-03-20 09:48:25 -04:00
Elyézer Rezende 82b9f8ebb0 Resize window to avoid breaking the UI
Update test-jobs-portal-list-actions to resize the browser window and
avoid a flake test because of broken layout.
2019-02-19 13:53:12 -03:00
Elyézer Rezende 953b6679ef Add settings to control screenshot capturing 2019-02-11 14:05:11 -02:00
Elyézer Rezende 925c6543c4 Add users CRUD e2e tests 2019-02-05 14:59:59 -02:00