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 9218da8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/UI/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ services:
- PS_INSTALL_AUTO=1
- PS_FOLDER_ADMIN=admin-dev
- PS_FOLDER_INSTALL=install-dev
- ADMIN_MAIL=admin@prestashop.com
- PS_USE_DOCKER_MAILDEV=0
- ADMIN_MAIL=demo@prestashop.com
- ADMIN_PASSWD=prestashop
- DB_SERVER=mysql
- DB_USER=prestashop
Expand Down
2 changes: 1 addition & 1 deletion tests/UI/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function loadGlobal(): void {

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

0 comments on commit 9218da8

Please sign in to comment.