How do pass W3C as a capability in Php - Codeception?

How can I pass the W3C as a capability in Php - Codeception?

Hi Tim,

To pass the W3C as a capability in Php Codeception, use the following code:

class_name: AcceptanceTester
modules:
    enabled:
        - WebDriver:
    config:
        WebDriver:
          host: 'LT_USERNAME:LT_ACCESS_KEY@hub.lambdatest.com'
          port: 80
          url: 'https://lambdatest.github.io/'
          browser: chrome
          capabilities: 
                        "browserName": "Chrome",
                        "browserVersion": "104.0",
                        "LT:Options": {
                                "platformName": "Windows 10",
                                "project": "Untitled",
                                "w3c": true,
                                "plugin": "php-codeception"
                        }