Skip to content

Changelog and upgrade instructions for Sylius/Plus.

Notifications You must be signed in to change notification settings

Sylius/PlusInformationCenter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sylius Logo.

Sylius Plus

A set of powerful extensions for enterprise customers.

Installation for users

Sylius Documentation > The Book > Installation > Sylius Plus Installation

Documentation

Sylius Plus documentation can be found on docs.sylius.com.

Testing

Running tests

  • PHPUnit

    vendor/bin/phpunit
  • PHPSpec

    vendor/bin/phpspec run
  • Behat (non-JS scenarios)

    vendor/bin/behat --tags="~@javascript"
  • Behat (JS scenarios)

    1. Download Chromedriver

    2. Download Selenium Standalone Server.

    3. Run Selenium server with previously downloaded Chromedriver:

      java -Dwebdriver.chrome.driver=chromedriver -jar selenium-server-standalone.jar
    4. Take a look how to install symfony webserver here

    5. Run test application's webserver on localhost:8080:

      (cd tests/Application && APP_ENV=test symfony server:start --port=8080 --dir=public --daemon)
    6. Run Behat:

      vendor/bin/behat --tags="@javascript"

Runing Plus in your browser

  • Using test environment:

    (cd tests/Application && APP_ENV=test bin/console sylius:fixtures:load plus)
    (cd tests/Application && APP_ENV=test bin/console server:run -d public)
  • Using dev environment:

    (cd tests/Application && APP_ENV=dev bin/console sylius:fixtures:load plus)
    (cd tests/Application && APP_ENV=dev bin/console server:run -d public)

About

Changelog and upgrade instructions for Sylius/Plus.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published