mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-15 09:30:58 +00:00
12 lines
716 B
Bash
Executable file
12 lines
716 B
Bash
Executable file
#!/bin/bash
|
|
bin/behat --strict -f progress -p javascript_cached -s channels
|
|
bin/behat --strict -f progress -p javascript_cached -s users
|
|
bin/behat --strict -f progress -p javascript_cached -s taxonomies
|
|
bin/behat --strict -f progress -p javascript_cached -s taxation
|
|
bin/behat --strict -f progress -p javascript_cached -s shipping
|
|
bin/behat --strict -f progress -p javascript_cached -s promotions
|
|
bin/behat --strict -f progress -p javascript_cached -s products
|
|
bin/behat --strict -f progress -p javascript_cached -s payments
|
|
bin/behat --strict -f progress -p javascript_cached -s orders
|
|
bin/behat --strict -f progress -p javascript_cached -s addressing
|
|
bin/behat --strict -f progress -p javascript_cached -s account
|