2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-20 05:46:34 +00:00

[PUI] Add quick login via url (#7022)

* add login with URL params

* use login function for faster tests

* reduce timeout possiblities in job

* remove unused imports

* remove debug
This commit is contained in:
Matthias Mair
2024-04-17 08:21:19 +02:00
committed by GitHub
parent 9435a4c3fd
commit 500f63d2c0
5 changed files with 75 additions and 94 deletions

View File

@ -4,3 +4,8 @@ export const user = {
username: 'allaccess',
password: 'nolimits'
};
export const adminuser = {
username: 'admin',
password: 'inventree'
};