Update xk6browser and circleci config
[MAILPOET-4945]
This commit is contained in:
@@ -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: |
|
||||
|
@@ -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';
|
||||
|
Reference in New Issue
Block a user