Fix failing tests: Update install-wp-tests.sh, Cypress commands, and GitHub Actions workflows
This commit is contained in:
@@ -17,7 +17,7 @@ sonar.sourceEncoding=UTF-8
|
||||
sonar.cpd.exclusions=tests/**
|
||||
|
||||
# Exclude directories and files
|
||||
sonar.exclusions=vendor/**,node_modules/**,tests/**,bin/**,build/**,dist/**,.github/**,.git/**
|
||||
sonar.exclusions=vendor/**,node_modules/**,tests/**,bin/**,build/**,dist/**,.github/**,.git/**,cypress/**,playground/**,.wiki/**
|
||||
|
||||
# PHP specific configuration
|
||||
sonar.php.coverage.reportPaths=coverage.xml
|
||||
@@ -27,4 +27,4 @@ sonar.php.tests.reportPath=test-report.xml
|
||||
sonar.verbose=true
|
||||
|
||||
# Disable automatic analysis
|
||||
sonar.projectKey.analysis.mode=manual
|
||||
# sonar.projectKey.analysis.mode=manual
|
||||
|
||||
Reference in New Issue
Block a user