Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 603 Bytes

dev.md

File metadata and controls

37 lines (32 loc) · 603 Bytes

#For developers Instructions for developers

Installation - docker-compose

Run tests

vendor/bin/codecept run
vendor/bin/codecept run api  EmDateCest
vendor/bin/codecept run api  EmDateCest:save

Run cypress tests

run vue on localhost:8080
-> npx cypress open

Migrations

Generate

vendor/bin/phalcon.php migration generate

Run

vendor/bin/phalcon.php migration run