Difference between #89 and #90 of
Yii v2 snippet guide III

Revision #90 has been created by rackycz on Nov 23, 2021, 8:41:35 PM with the memo:

Tests
« previous (#89) next (#91) »

Changes

Title unchanged

Yii v2 snippet guide III

Category unchanged

Tutorials

Yii version unchanged

2.0

Tags unchanged

tutorial,yii2,beginer

Content changed

[...]
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 caal this composer command:

 
```php composer require codeception/module-webdriver --dev ```
8 0
4 followers
Viewed: 191 074 times
Version: 2.0
Category: Tutorials
Written by: rackycz
Last updated by: rackycz
Created on: Jan 21, 2021
Last updated: a year ago
Update Article

Revisions

View all history