Skip to content

andriusvo/admin-platform

 
 

Repository files navigation

Admin platform

Project skeleton

Installation

composer install
yarn install
yarn build
bin/console doctrine:database:create -n 
bin/console doctrine:schema:create -n 
bin/console sylius:fixtures:load -n 

Running behat tests

chromedriver --url-base=wd/hub --port=4444
APP_ENV=test bin/console server:start 127.0.0.1:8000

bin/behat
Without chrome
bin/behat -p no_js
All tests in chrome
bin/behat -p chrome

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 61.2%
  • JavaScript 29.1%
  • Gherkin 5.4%
  • Shell 4.3%