Skip to content

Commit

Permalink
Add more stuff for codeception
Browse files Browse the repository at this point in the history
  • Loading branch information
joernott committed Apr 16, 2024
1 parent 2179803 commit b515280
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/oxid-esales/module-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ install_shop_with_modules:
"codeception/module-asserts": "^3.0",
"codeception/module-db": "^3.0",
"codeception/module-filesystem": "^3.0",
"codeception/module-webdriver": "^3.1"
"codeception/module-webdriver": "^3.1",
"oxid-esales/codeception-modules": "{{ .Data.global.composer.dev_ref }}",
"oxid-esales/codeception-page-objects": "{{ .Data.global.composer.dev_ref }}"
},
"repositories": {
"{{ $org }}/{{ $name }}": {
Expand Down

0 comments on commit b515280

Please sign in to comment.