UNPKG

e2ed

Version:

E2E testing framework over Playwright

7 lines (5 loc) 155 B
import type {Password} from 'autotests/types'; /** * Default user password. */ export const DEFAULT_PASSWORD = 'autotest_default_password' as Password;