Skip to content

Commit

Permalink
MAN-19: Optimize Playwright Tests to Reduce Redundancy in Delius Veri…
Browse files Browse the repository at this point in the history
…fication and Add Tests for Personal Details Match in MAS and Delius
  • Loading branch information
smalepati99 committed Sep 23, 2024
1 parent d16cd79 commit 10ae484
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions e2e_tests/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# URLs
DELIUS_URL=https://ndelius.test.probation.service.justice.gov.uk
MANAGE_A_SUPERVISION_URL=https://manage-a-supervision-dev.hmpps.service.justice.gov.uk

# Credentials
#DELIUS_USERNAME=example
#DELIUS_PASSWORD=example
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default defineConfig({
use: {
/* Base URL to use in actions like `await page.goto('/')`. */
// baseURL: 'http://127.0.0.1:3000',
actionTimeout: 100000,
actionTimeout: 30000,
timezoneId: 'Europe/London',
screenshot: 'only-on-failure',
testIdAttribute: 'data-qa',
Expand Down

0 comments on commit 10ae484

Please sign in to comment.