2021-06-17 20:12:08 +08:00
2023-01-19 09:39:16 +03:00
2023-01-19 09:39:15 +03:00
2021-07-21 16:09:25 +08:00
2023-01-19 09:39:16 +03:00
2021-08-05 10:52:26 +08:00
2021-06-17 20:12:08 +08:00
2023-01-19 12:12:54 +03:00
2021-06-17 20:12:08 +08:00
2021-09-16 20:47:33 +08:00
2021-06-17 20:12:08 +08:00
2021-06-17 20:12:08 +08:00
2023-01-19 12:12:54 +03:00
2021-06-17 20:12:08 +08:00

Shipping portal documentation

simple documentation on how to install, run, test, commit and deploy application

creating and running unit tests

Required Tools

  • Chromium Driver / selenium

Required Packages :

  • laravel/legacy-factories

  • codeception/codeception

Or Simply Run

Composer install

To create a unit test

php artisan make test: Test Example --unit

Running the tests :

Running a single Test

php artisan test --filter Example

Running Unit tests -

php artisan test

Running Codeception tests -

vendor/bin/codecept run

S
Description
No description provided
Readme 22 MiB
Languages
PHP 50.5%
Vue 34.7%
Blade 14.8%