first commit

This commit is contained in:
2025-01-20 23:58:11 +03:00
commit 1d307908c6
11 changed files with 713 additions and 0 deletions

11
mocha-report-config.json Normal file
View File

@@ -0,0 +1,11 @@
{
"reporterEnabled": "spec, mocha-junit-reporter",
"mochaJunitReporterReporterOptions": {
"mochaFile": "./reports/test-results.xml",
"testsuitesTitle": "📦 Amazon Book Search Integration Test",
"suiteTitleSeparatedBy": ": ",
"properties": {
"environment": "development"
}
}
}