You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -66,6 +71,7 @@ PHPUnit tests are organized into test suites defined in `phpunit.xml`:
66
71
-**unit** - Fast tests that don't require Drupal bootstrap
67
72
-**kernel** - Tests that need database and core services
68
73
-**functional** - Full browser simulation tests
74
+
-**functional-javascript** - Tests requiring a real browser with JavaScript support (Chrome via Selenium)
69
75
70
76
## Configuration
71
77
@@ -97,7 +103,7 @@ continuous integration to track test performance and stability.
97
103
98
104
## Boilerplate
99
105
100
-
**Vortex** provides Unit, Kerneland Functional tests boilerplate for custom [modules](https://github.com/drevops/vortex/blob/main/web/modules/custom/ys_base/tests/src),
106
+
**Vortex** provides Unit, Kernel, Functional and Functional JavaScript tests boilerplate for custom [modules](https://github.com/drevops/vortex/blob/main/web/modules/custom/ys_base/tests/src),
101
107
[themes](https://github.com/drevops/vortex/blob/main/web/themes/custom/your_site_theme/tests/src) and
0 commit comments