Skip to content

Commit 6671fb8

Browse files
authored
ci: DEV-2037: Add playwright drupal utils package. (#61)
* DEV-2037: Add playwright drupal utils package. * DEV-2037: Correct playwright drupal utils package name.
1 parent 9450d49 commit 6671fb8

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"symfony/dotenv": "^3.4.47"
2020
},
2121
"require-dev": {
22-
"drupal/core-dev": "^9"
22+
"drupal/core-dev": "^9",
23+
"drunomics/playwright-drupal-utils": "^1.0.0"
2324
},
2425
"conflict": {
2526
"drupal/drupal": "*"
@@ -94,7 +95,7 @@
9495
"web-root": "web/"
9596
}
9697
},
97-
"installer-types": ["drupal-library", "npm-asset", "bower-asset"],
98+
"installer-types": ["drupal-library", "npm-asset", "bower-asset", "playwright-helper"],
9899
"installer-paths": {
99100
"drush/Commands/contrib/{$name}": ["type:drupal-drush"],
100101
"web/core": ["type:drupal-core"],
@@ -105,6 +106,7 @@
105106
"type:npm-asset",
106107
"type:bower-asset"
107108
],
109+
"tests/playwright/{$name}": ["type:playwright-helper"],
108110
"web/modules/drunomics/{$name}": ["vendor:drunomics"],
109111
"web/modules/contrib/{$name}": ["type:drupal-module"]
110112
},

0 commit comments

Comments
 (0)