Skip to content

Commit 70b4148

Browse files
authored
Merge pull request #21480 from wordpress-mobile/set_defaults_for_e2e_tests
Add default values for e2e secrets
2 parents 01e254d + 97acfe1 commit 70b4148

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

defaults.properties

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
jp.sentry.dsn=https://00000000000000000000000000000000@sentry.io/00000000
22
wp.docsbotai.id=wordpress
3+
wp.e2e.self_hosted_user.password=mocked_password
4+
wp.e2e.self_hosted_user.site_address=127.0.0.1:8080
5+
wp.e2e.self_hosted_user.username=e2eflowtestingmobile
6+
wp.e2e.signup_display_name=e2eflowsignuptestingmobile
7+
wp.e2e.signup_email=e2eflowsignuptestingmobile@example.com
8+
wp.e2e.signup_password=mocked_password
9+
wp.e2e.signup_username=e2eflowsignuptestingmobile
10+
wp.e2e.wp_com_passwordless_user.email=e2eflowtestingmobile+passwordless@example.com
11+
wp.e2e.wp_com_user.email=e2eflowtestingmobile@example.com
12+
wp.e2e.wp_com_user.password=mocked_password
13+
wp.e2e.wp_com_user.site_address=e2eflowtestingmobile.wordpress.com
14+
wp.e2e.wp_com_user.username=e2eflowtestingmobile
315
wp.encrypted_logging_key=z0g+oVkqR4kWNUTxJfTozOZQjfXI7W9f6bD0uMJ5VkA=
416
wp.oauth.app_id = wordpress
517
wp.oauth.app_secret = wordpress

0 commit comments

Comments
 (0)