Update xk6browser and circleci config

[MAILPOET-4945]
This commit is contained in:
Veljko
2023-03-01 13:10:22 +01:00
committed by Veljko V
parent a103f589b8
commit ccfce23c30
2 changed files with 2 additions and 2 deletions

View File

@@ -488,7 +488,7 @@ jobs:
name: Run performance tests
command: |
cd tests/performance
docker-compose run -u 0 --workdir="/var/www/html/wp-content/plugins/mailpoet" setup /var/www/html/wp-content/plugins/mailpoet/do test:performance
docker-compose run -u 0 --workdir="/var/www/html/wp-content/plugins/mailpoet" setup /var/www/html/wp-content/plugins/mailpoet/do test:performance --url=https://qawp.net --scenario pullrequests
- run:
name: Check exceptions
command: |

View File

@@ -6,7 +6,7 @@ export const scenario = __ENV.SCENARIO; // eslint-disable-line
export const timeoutSet = '2m';
export const adminUsername = 'admin';
export const adminPassword = 'password';
export const adminPassword = 'uYNOVMJVd@!';
export const adminEmail = 'test@test.com';
export const firstName = 'John';