mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
minor #10972 [Travis] Use HTTPS for JS Behat tests (pamil)
This PR was merged into the 1.7-dev branch.
Discussion
----------
Commits
-------
f7143b12ce [Travis] Use HTTPS for JS Behat tests
This commit is contained in:
commit
f664509c5c
2 changed files with 3 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ default:
|
|||
|
||||
Behat\MinkExtension:
|
||||
files_path: "%paths.base%/src/Sylius/Behat/Resources/fixtures/"
|
||||
base_url: "http://localhost:8080/"
|
||||
base_url: "https://localhost:8080/"
|
||||
default_session: symfony
|
||||
javascript_session: chrome
|
||||
sessions:
|
||||
|
|
|
|||
|
|
@ -34,7 +34,8 @@ prepare_for_behat_with_js() {
|
|||
run_command "java -Dwebdriver.chrome.driver=$SYLIUS_CACHE_DIR/chromedriver -jar $SYLIUS_CACHE_DIR/selenium.jar > /dev/null 2>&1 &"
|
||||
|
||||
# Run webserver
|
||||
run_command "$SYLIUS_CACHE_DIR/symfony server:start --port=8080 --dir=public --allow-http --no-tls --force-php-discovery --daemon"
|
||||
run_command "$SYLIUS_CACHE_DIR/symfony server:ca:install"
|
||||
run_command "$SYLIUS_CACHE_DIR/symfony server:start --port=8080 --dir=public --force-php-discovery --daemon"
|
||||
}
|
||||
|
||||
run_behat() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue