Skip to content

Commit

Permalink
test(unit) update init template tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatume committed Oct 4, 2023
1 parent 8f52f51 commit 8cbc904
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ modules:
browser: chrome
host: '%CHROMEDRIVER_HOST%'
port: '%CHROMEDRIVER_PORT%'
path: '/'
window_size: 1200x1000
capabilities:
"goog:chromeOptions":
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ modules:
browser: chrome
host: '%CHROMEDRIVER_HOST%'
port: '%CHROMEDRIVER_PORT%'
path: '/'
window_size: 1200x1000
capabilities:
"goog:chromeOptions":
Expand Down Expand Up @@ -196,19 +197,19 @@ TEST_TABLE_PREFIX=test_
WORDPRESS_TABLE_PREFIX=wp_

# The URL and domain of the WordPress site used in end-to-end tests.
WORDPRESS_URL=http://localhost:64918
WORDPRESS_DOMAIN=localhost:64918
WORDPRESS_URL=http://localhost:52118
WORDPRESS_DOMAIN=localhost:52118

# The username and password of the administrator user of the WordPress site used in end-to-end tests.
WORDPRESS_ADMIN_USER=admin
WORDPRESS_ADMIN_PASSWORD=password

# The host and port of the ChromeDriver server that will be used in end-to-end tests.
CHROMEDRIVER_HOST=localhost
CHROMEDRIVER_PORT=64931
CHROMEDRIVER_PORT=52138

# The port on which the PHP built-in server will serve the WordPress installation.
BUILTIN_SERVER_PORT=64918
BUILTIN_SERVER_PORT=52118

<<< /tests/.env <<<

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ modules:
browser: chrome
host: '%CHROMEDRIVER_HOST%'
port: '%CHROMEDRIVER_PORT%'
path: '/'
window_size: 1200x1000
capabilities:
"goog:chromeOptions":
Expand Down Expand Up @@ -266,19 +267,19 @@ TEST_TABLE_PREFIX=test_
WORDPRESS_TABLE_PREFIX=wp_

# The URL and domain of the WordPress site used in end-to-end tests.
WORDPRESS_URL=http://localhost:59900
WORDPRESS_DOMAIN=localhost:59900
WORDPRESS_URL=http://localhost:52214
WORDPRESS_DOMAIN=localhost:52214

# The username and password of the administrator user of the WordPress site used in end-to-end tests.
WORDPRESS_ADMIN_USER=admin
WORDPRESS_ADMIN_PASSWORD=password

# The host and port of the ChromeDriver server that will be used in end-to-end tests.
CHROMEDRIVER_HOST=localhost
CHROMEDRIVER_PORT=59916
CHROMEDRIVER_PORT=52233

# The port on which the PHP built-in server will serve the WordPress installation.
BUILTIN_SERVER_PORT=59900
BUILTIN_SERVER_PORT=52214

<<< /.env <<<

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ modules:
browser: chrome
host: '%CHROMEDRIVER_HOST%'
port: '%CHROMEDRIVER_PORT%'
path: '/'
window_size: 1200x1000
capabilities:
"goog:chromeOptions":
Expand Down Expand Up @@ -264,19 +265,19 @@ TEST_TABLE_PREFIX=test_
WORDPRESS_TABLE_PREFIX=wp_

# The URL and domain of the WordPress site used in end-to-end tests.
WORDPRESS_URL=http://localhost:64881
WORDPRESS_DOMAIN=localhost:64881
WORDPRESS_URL=http://localhost:52011
WORDPRESS_DOMAIN=localhost:52011

# The username and password of the administrator user of the WordPress site used in end-to-end tests.
WORDPRESS_ADMIN_USER=admin
WORDPRESS_ADMIN_PASSWORD=password

# The host and port of the ChromeDriver server that will be used in end-to-end tests.
CHROMEDRIVER_HOST=localhost
CHROMEDRIVER_PORT=64894
CHROMEDRIVER_PORT=52030

# The port on which the PHP built-in server will serve the WordPress installation.
BUILTIN_SERVER_PORT=64881
BUILTIN_SERVER_PORT=52011

<<< /tests/.env <<<

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ modules:
browser: chrome
host: '%CHROMEDRIVER_HOST%'
port: '%CHROMEDRIVER_PORT%'
path: '/'
window_size: 1200x1000
capabilities:
"goog:chromeOptions":
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ modules:
browser: chrome
host: '%CHROMEDRIVER_HOST%'
port: '%CHROMEDRIVER_PORT%'
path: '/'
window_size: 1200x1000
capabilities:
"goog:chromeOptions":
Expand Down Expand Up @@ -269,19 +270,19 @@ TEST_TABLE_PREFIX=test_
WORDPRESS_TABLE_PREFIX=wp_

# The URL and domain of the WordPress site used in end-to-end tests.
WORDPRESS_URL=http://localhost:64864
WORDPRESS_DOMAIN=localhost:64864
WORDPRESS_URL=http://localhost:51968
WORDPRESS_DOMAIN=localhost:51968

# The username and password of the administrator user of the WordPress site used in end-to-end tests.
WORDPRESS_ADMIN_USER=admin
WORDPRESS_ADMIN_PASSWORD=password

# The host and port of the ChromeDriver server that will be used in end-to-end tests.
CHROMEDRIVER_HOST=localhost
CHROMEDRIVER_PORT=64877
CHROMEDRIVER_PORT=51983

# The port on which the PHP built-in server will serve the WordPress installation.
BUILTIN_SERVER_PORT=64864
BUILTIN_SERVER_PORT=51968

<<< /tests/.env <<<

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ modules:
browser: chrome
host: '%CHROMEDRIVER_HOST%'
port: '%CHROMEDRIVER_PORT%'
path: '/'
window_size: 1200x1000
capabilities:
"goog:chromeOptions":
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ modules:
browser: chrome
host: '%CHROMEDRIVER_HOST%'
port: '%CHROMEDRIVER_PORT%'
path: '/'
window_size: 1200x1000
capabilities:
"goog:chromeOptions":
Expand Down Expand Up @@ -266,19 +267,19 @@ TEST_TABLE_PREFIX=test_
WORDPRESS_TABLE_PREFIX=wp_

# The URL and domain of the WordPress site used in end-to-end tests.
WORDPRESS_URL=http://localhost:59872
WORDPRESS_DOMAIN=localhost:59872
WORDPRESS_URL=http://localhost:52169
WORDPRESS_DOMAIN=localhost:52169

# The username and password of the administrator user of the WordPress site used in end-to-end tests.
WORDPRESS_ADMIN_USER=admin
WORDPRESS_ADMIN_PASSWORD=password

# The host and port of the ChromeDriver server that will be used in end-to-end tests.
CHROMEDRIVER_HOST=localhost
CHROMEDRIVER_PORT=59884
CHROMEDRIVER_PORT=52182

# The port on which the PHP built-in server will serve the WordPress installation.
BUILTIN_SERVER_PORT=59872
BUILTIN_SERVER_PORT=52169

<<< /.env <<<

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ modules:
browser: chrome
host: '%CHROMEDRIVER_HOST%'
port: '%CHROMEDRIVER_PORT%'
path: '/'
window_size: 1200x1000
capabilities:
"goog:chromeOptions":
Expand Down Expand Up @@ -196,19 +197,19 @@ TEST_TABLE_PREFIX=test_
WORDPRESS_TABLE_PREFIX=wp_

# The URL and domain of the WordPress site used in end-to-end tests.
WORDPRESS_URL=http://localhost:64901
WORDPRESS_DOMAIN=localhost:64901
WORDPRESS_URL=http://localhost:52071
WORDPRESS_DOMAIN=localhost:52071

# The username and password of the administrator user of the WordPress site used in end-to-end tests.
WORDPRESS_ADMIN_USER=admin
WORDPRESS_ADMIN_PASSWORD=password

# The host and port of the ChromeDriver server that will be used in end-to-end tests.
CHROMEDRIVER_HOST=localhost
CHROMEDRIVER_PORT=64914
CHROMEDRIVER_PORT=52090

# The port on which the PHP built-in server will serve the WordPress installation.
BUILTIN_SERVER_PORT=64901
BUILTIN_SERVER_PORT=52071

<<< /tests/.env <<<

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ modules:
browser: chrome
host: '%CHROMEDRIVER_HOST%'
port: '%CHROMEDRIVER_PORT%'
path: '/'
window_size: 1200x1000
capabilities:
"goog:chromeOptions":
Expand Down

0 comments on commit 8cbc904

Please sign in to comment.