Skip to content

Commit

Permalink
Use Core config
Browse files Browse the repository at this point in the history
  • Loading branch information
Progi1984 committed Jan 26, 2024
1 parent 574011d commit 93be42b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions tests/UI/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ services:
- PS_INSTALL_AUTO=1
- PS_FOLDER_ADMIN=admin-dev
- PS_FOLDER_INSTALL=install-dev
- [email protected]
- ADMIN_PASSWD=prestashop
- PS_USE_DOCKER_MAILDEV=0
- [email protected]
- ADMIN_PASSWD='Correct Horse Battery Staple'
- DB_SERVER=mysql
- DB_USER=prestashop
- DB_PASSWD=prestashop
Expand Down
4 changes: 2 additions & 2 deletions tests/UI/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ function loadGlobal(): void {

global.BO = {
URL: process.env.URL_BO || `${global.FO.URL}admin-dev/`,
EMAIL: process.env.LOGIN || 'admin@prestashop.com',
PASSWD: process.env.PASSWD || 'prestashop',
EMAIL: process.env.LOGIN || 'demo@prestashop.com',
PASSWD: process.env.PASSWD || 'Correct Horse Battery Staple',
FIRSTNAME: process.env.FIRSTNAME || 'Marc',
LASTNAME: process.env.LASTNAME || 'Beier',
};
Expand Down

0 comments on commit 93be42b

Please sign in to comment.