-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcypress_output.txt
More file actions
64 lines (40 loc) · 4.96 KB
/
cypress_output.txt
File metadata and controls
64 lines (40 loc) · 4.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
DevTools listening on ws://127.0.0.1:13942/devtools/browser/e495ccbb-f94c-4448-8ee5-2536e97e2700
Warning: The allowCypressEnv configuration option is enabled. This allows any browser code to read values from Cypress.env(). This is insecure and will be removed in a future major version.
1. Replace Cypress.env() calls with cy.env() (for sensitive values) or Cypress.expose() (for public configuration)
2. Set allowCypressEnv: false in your Cypress configuration to disable Cypress.env()
Learn more: https://on.cypress.io/cypress-env-migration
====================================================================================================
(Run Starting)
┌────────────────────────────────────────────────────────────────────────────────────────────────┐
│ Cypress: 15.10.0 │
│ Browser: Electron 138 (headless) │
│ Node Version: v22.17.1 (C:\Program Files\nodejs\node.exe) │
│ Specs: 1 found (converter.cy.ts) │
│ Searched: C:\Users\akkaraponph\Documents\GitHub\diffchecker\cypress\e2e\converter.cy.ts │
└────────────────────────────────────────────────────────────────────────────────────────────────┘
────────────────────────────────────────────────────────────────────────────────────────────────────
Running: converter.cy.ts (1 of 1)
Converter
√ loads JSON to Go converter page (12099ms)
√ loads JSON to TypeScript converter page (1643ms)
√ converter sidebar shows Converters heading (1539ms)
3 passing (16s)
(Results)
┌────────────────────────────────────────────────────────────────────────────────────────────────┐
│ Tests: 3 │
│ Passing: 3 │
│ Failing: 0 │
│ Pending: 0 │
│ Skipped: 0 │
│ Screenshots: 0 │
│ Video: false │
│ Duration: 15 seconds │
│ Spec Ran: converter.cy.ts │
└────────────────────────────────────────────────────────────────────────────────────────────────┘
====================================================================================================
(Run Finished)
Spec Tests Passing Failing Pending Skipped
┌────────────────────────────────────────────────────────────────────────────────────────────────┐
│ ✔ converter.cy.ts 00:15 3 3 - - - │
└────────────────────────────────────────────────────────────────────────────────────────────────┘
✔ All specs passed! 00:15 3 3 - - -