Skip to content

Commit afe03fe

Browse files
committed
revert testFrameworkSettings
1 parent dc85e9a commit afe03fe

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

templates/Bellatrix.Playwright.GettingStarted/testFrameworkSettings.Debug.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"waitUntilReadyOnElementFound": "false",
1111
"waitForAngular": "false",
1212
"shouldHighlightElements": "true",
13-
"shouldCaptureHttpTraffic": "false",
13+
"shouldCaptureHttpTraffic": "true",
1414
"pathToSslCertificate": "path",
1515
"shouldCheckForJavaScriptErrors": "false",
1616
"timeoutSettings": {
@@ -238,13 +238,13 @@
238238
}
239239
],
240240
"qdrantMemoryDbEndpoint": "http://localhost:6333",
241-
"localCacheConnectionString": "Host=localhost;Port=5433;Database=LocatorCacheDb;Username=postgres;Password=devpassword",
241+
"localCacheConnectionString": "env_LocalCacheConnectionString",
242242
"localCacheProjectName": "playwright_getting_started",
243243
"shouldIndexPageObjects": false,
244244
"pageObjectFilesPath": "40. Prompts Support\\Pages",
245245
"memoryIndex": "PageObjects",
246246
"resetIndexEverytime": false,
247-
"locatorRetryAttempts": 5,
247+
"locatorRetryAttempts": 3,
248248
"validationsTimeout": 15,
249249
"sleepInterval": 1,
250250
"enableSelfHealing": true,

templates/Bellatrix.Web.GettingStarted/testFrameworkSettings.Debug.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@
1515
"shouldCheckForJavaScriptErrors": "false",
1616
"fullPageScreenshotsEnabled": "true",
1717
"timeoutSettings": {
18-
"elementWaitTimeout": "10",
19-
"pageLoadTimeout": "10",
20-
"scriptTimeout": "5",
21-
"waitForAjaxTimeout": "10",
18+
"elementWaitTimeout": "5",
19+
"pageLoadTimeout": "5",
20+
"scriptTimeout": "1",
21+
"waitForAjaxTimeout": "5",
2222
"sleepInterval": "1",
23-
"waitUntilReadyTimeout": "10",
24-
"waitForJavaScriptAnimationsTimeout": "10",
25-
"waitForAngularTimeout": "10",
26-
"waitForPartialUrl": "10",
27-
"validationsTimeout": "10",
28-
"elementToBeVisibleTimeout": "10",
29-
"elementToExistTimeout": "10",
30-
"elementToNotExistTimeout": "10",
31-
"elementToBeClickableTimeout": "10",
32-
"elementNotToBeVisibleTimeout": "10",
33-
"elementToHaveContentTimeout": "10"
23+
"waitUntilReadyTimeout": "5",
24+
"waitForJavaScriptAnimationsTimeout": "5",
25+
"waitForAngularTimeout": "5",
26+
"waitForPartialUrl": "5",
27+
"validationsTimeout": "5",
28+
"elementToBeVisibleTimeout": "5",
29+
"elementToExistTimeout": "5",
30+
"elementToNotExistTimeout": "5",
31+
"elementToBeClickableTimeout": "5",
32+
"elementNotToBeVisibleTimeout": "5",
33+
"elementToHaveContentTimeout": "5"
3434
},
3535
"executionSettings": {
3636
"executionType": "regular",
@@ -220,7 +220,7 @@
220220
"modelSettings": [
221221
{
222222
"endpoint": "env_AZURE_OPENAI_ENDPOINT",
223-
"key": "env_AZURE_OPENAI_API_KEY",
223+
"key": "env_AZURE_OPENAI_KEY",
224224
"deployment": "gpt-4o"
225225
},
226226
{
@@ -231,7 +231,7 @@
231231
}
232232
],
233233
"qdrantMemoryDbEndpoint": "http://localhost:6333",
234-
"localCacheConnectionString": "Host=localhost;Port=5433;Database=LocatorCacheDb;Username=postgres;Password=devpassword",
234+
"localCacheConnectionString": "env_LocalCacheConnectionString",
235235
"localCacheProjectName": "web_getting_started",
236236
"shouldIndexPageObjects": false,
237237
"pageObjectFilesPath": "40. Prompts Support\\Pages",

0 commit comments

Comments
 (0)