diff --git a/.circleci/config.yml b/.circleci/config.yml index 3a7d40cb82..904777cfd8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: | diff --git a/mailpoet/tests/performance/config.js b/mailpoet/tests/performance/config.js index e992096cc2..cddad4cd26 100644 --- a/mailpoet/tests/performance/config.js +++ b/mailpoet/tests/performance/config.js @@ -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';