patrick-blom / oxid-codeception-demo

This is a demo repository which should explain how to write codeception test for OXID eShop
GNU General Public License v3.0
0 stars 1 forks source link

you do not need the "Selenium Server" for Headless Chrome #1

Open voku opened 4 years ago

voku commented 4 years ago

here is an example: https://github.com/voku/Codeception-TestAutomationFramework/blob/master/tests/acceptance.suite.yml#L29

patrick-blom commented 4 years ago

Thx, for the hint. I'll take a look at it =)