WIP: this is a experiment project
- docker
- execute docker login command in host machine
127.0.0.1 mail
127.0.0.1 chrome
127.0.0.1 firefox
127.0.0.1 selenium-hub
127.0.0.1 im.stack.local
127.0.0.1 api.stack.local
127.0.0.1 www.stack.local
127.0.0.1 bot.stack.local
- install composer dependencies
- execute http requests
- execute phpunit tests
- execute codeception tests
make test ........ Execute tests in docker containers
make mail ........ Send an test email to Mailcatcher Inbox
make install ..... Install composer dependencies
make database .... Create a new database in MariaDB container
make migrate ..... Run Phinx migration command
- PHPUnit
- Codeception
- persona
- action
- value
bin/phpunit
bin/codecept run
- see docker exec command in
Makefile:docker-tests
- clearly given tasks with user stories
Use VNC client to connect.
Browser | Port |
---|---|
Chrome | 5900 |
Firefox | 5901 |