Yii v2 snippet guide III

Comparing #90 with #91

Revision #91 was created by rackycz rackycz on Nov 23, 2021, 8:42:50 PM.

Tests

Content

[...]
```php
java -jar selenium-server-4.0.0.jar standalone
```

Now you can rerun your tests. Make sure that you have working URL of your project in file acceptance.suite.yml, section WebDriver. For example http://localhost/yii-basic/web. It depends on your environment. Also specify browser. For me works well setting "browser: chrome".
If you receive error "WebDriver is not installed", you need to ca
all this composer command: ```php composer require codeception/module-webdriver --dev ```