Unit testing: Unterschied zwischen den Versionen
Aus Vosp.info
V (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „https://codeception.com/quickstart composer require "codeception/codeception" --dev“) |
V (Diskussion | Beiträge) |
||
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
https://codeception.com/quickstart | https://codeception.com/quickstart | ||
− | composer require "codeception/codeception" --dev | + | composer require "codeception/codeception" --dev |
+ | |||
+ | vendor/codeception/codeception/codecept bootstrap | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | apt-get install selenium-server |
Aktuelle Version vom 15. Februar 2019, 14:20 Uhr
https://codeception.com/quickstart
composer require "codeception/codeception" --dev vendor/codeception/codeception/codecept bootstrap
apt-get install selenium-server