Run :backend:check, frontend coverage, and :e2e:check as sibling tasks with org.gradle.parallel=true. Move E2E Docker compose into an e2e subproject so Playwright can start while unit tests run. Copy e2e/ in the E2E backend image so settings.gradle resolves inside Docker. Co-authored-by: Cursor <cursoragent@cursor.com>
3 lines
54 B
Groovy
3 lines
54 B
Groovy
rootProject.name = 'bilhej'
|
|
|
|
include 'backend', 'e2e'
|