E2E testing for EC-CUBE #770
Annotations
2 errors and 1 notice
Run to E2E testing:
e2e-tests/test/installer/installer.test.ts#L40
1) [chromium] › test/installer/installer.test.ts:36:7 › インストーラのテストをします › step1 - ECサイトの設定をします ────
TypeError: _en.faker.fake is not a function
38 | adminDirectory = faker.datatype.uuid().substring(0, 8);
39 | user = faker.internet.userName();
> 40 | password = faker.fake('{{internet.password}}{{datatype.number}}');
| ^
41 | await page.fill('input[name=shop_name]', faker.company.companyName());
42 | await page.fill('input[name=admin_mail]', faker.internet.exampleEmail());
43 | await page.fill('input[name=login_id]', user);
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/installer/installer.test.ts:40:22
|
Run to E2E testing
Process completed with exit code 1.
|
Run to E2E testing
1 failed
[chromium] › test/installer/installer.test.ts:36:7 › インストーラのテストをします › step1 - ECサイトの設定をします ─────
7 skipped
3 passed (3.9s)
|
Loading