Skip to content

Instantly share code, notes, and snippets.

@tarecord
Created July 7, 2023 11:48
Show Gist options
  • Save tarecord/770fc585de5b311d6700b81dca52dfdd to your computer and use it in GitHub Desktop.
Save tarecord/770fc585de5b311d6700b81dca52dfdd to your computer and use it in GitHub Desktop.
Required Codeception modules for WP Browser
"require-dev": {
"lucatume/wp-browser": "^3.1",
"codeception/module-asserts": "^1.0",
"codeception/module-phpbrowser": "^1.0",
"codeception/module-webdriver": "^1.0",
"codeception/module-db": "^1.0",
"codeception/module-filesystem": "^1.0",
"codeception/module-cli": "^1.0",
"codeception/util-universalframework": "^1.0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment