test: Upload Page, rename, reset, back to page. Done.
This commit is contained in:
5
cypress/fixtures/csv/big5.csv
Normal file
5
cypress/fixtures/csv/big5.csv
Normal file
@@ -0,0 +1,5 @@
|
||||
時間,案號,居住區域,學區,事件名稱,事件序號,狀態 ,時段,溫度,數量,未知,完成,預期時間
|
||||
2022/05/13 09:25:21,案一,63,富山,事件甲,事件一,Start,早上,95,27,,TRUE,2022/5/14 09:25:21
|
||||
2022/05/13 09:25:21,案一,,,事件甲,事件一,Complete,中午,135,442,,false,2022/5/14 09:25:21
|
||||
2022/05/13 09:30:01,案一,,仁德,事件乙,事件四,Start,中午,110.6,-6, ,,2022/5/14 09:30:01
|
||||
2022/05/13 09:30:01,案一,,,事件乙,事件四,Complete,晚上,-65,4,,true ,2022/5/14 09:30:01
|
||||
|
BIN
cypress/fixtures/csv/corrupted.csv
Normal file
BIN
cypress/fixtures/csv/corrupted.csv
Normal file
Binary file not shown.
|
1
cypress/fixtures/csv/empty.csv
Normal file
1
cypress/fixtures/csv/empty.csv
Normal file
@@ -0,0 +1 @@
|
||||
timestamp,case id,name,instance,status
|
||||
|
BIN
cypress/fixtures/csv/favicon.ico
Normal file
BIN
cypress/fixtures/csv/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.2 KiB |
9
cypress/fixtures/csv/insufficient-columns.csv
Normal file
9
cypress/fixtures/csv/insufficient-columns.csv
Normal file
@@ -0,0 +1,9 @@
|
||||
timestamp,case id,name,status
|
||||
2022/05/13 09:25:21,c1,a,1,start
|
||||
2022/05/13 09:25:21,c1,a,1,complete
|
||||
2022/05/13 09:30:01,c1,b,2,start
|
||||
2022/05/13 09:30:01,c1,b,2,complete
|
||||
2022/05/13 09:48:33,c2,a,6,start
|
||||
2022/05/13 09:48:33,c2,a,6,complete
|
||||
2022/05/13 09:54:27,c2,c,7,start
|
||||
2022/05/13 09:54:27,c2,c,7,complete
|
||||
|
30
cypress/fixtures/csv/rightFile.csv
Normal file
30
cypress/fixtures/csv/rightFile.csv
Normal file
@@ -0,0 +1,30 @@
|
||||
CaseID,Activity,Timestamp,Status,Activity_Instance
|
||||
CID_1,檢傷,2023-01-12 15:32:31,start,1
|
||||
CID_1,檢傷,2023-01-12 15:32:31,complete,1
|
||||
CID_1,第一次醫囑,2023-01-12 15:49:01,start,2
|
||||
CID_1,第一次醫囑,2023-01-12 15:49:01,complete,2
|
||||
CID_1,出院,2023-01-13 03:32:00,start,3
|
||||
CID_1,出院,2023-01-13 03:32:00,complete,3
|
||||
CID_2,檢傷,2023-07-26 08:44:17,start,4
|
||||
CID_2,檢傷,2023-07-26 08:44:17,complete,4
|
||||
CID_2,第一次醫囑,2023-07-26 08:48:05,start,5
|
||||
CID_2,第一次醫囑,2023-07-26 08:48:05,complete,5
|
||||
CID_2,出院,2023-07-26 17:00:49,start,6
|
||||
CID_2,出院,2023-07-26 17:00:49,complete,6
|
||||
CID_3,檢傷,2023-11-27 06:20:48,start,7
|
||||
CID_3,檢傷,2023-11-27 06:20:48,complete,7
|
||||
CID_3,第一次醫囑,2023-11-27 06:40:30,start,8
|
||||
CID_3,第一次醫囑,2023-11-27 06:40:30,complete,8
|
||||
CID_3,出院,2023-11-27 07:21:53,start,9
|
||||
CID_3,出院,2023-11-27 07:21:53,complete,9
|
||||
CID_4,檢傷,2023-11-01 01:20:19,start,10
|
||||
CID_4,檢傷,2023-11-01 01:20:19,complete,10
|
||||
CID_4,第一次醫囑,2023-11-01 01:34:54,start,11
|
||||
CID_4,第一次醫囑,2023-11-01 01:34:54,complete,11
|
||||
CID_4,住院,2023-11-02 06:36:36,start,12
|
||||
CID_4,住院,2023-11-10 02:35:39,complete,12
|
||||
CID_4,出院,2023-11-10 02:35:39,start,13
|
||||
CID_4,出院,2023-11-10 02:35:39,complete,13
|
||||
CID_5,檢傷,2023-07-13 02:49:36,start,14
|
||||
CID_5,檢傷,2023-07-13 02:49:36,complete,14
|
||||
CID_5,第一次醫囑,2023-07-13 03:07:01,start,15
|
||||
|
9
cypress/fixtures/csv/worngFile.csv
Normal file
9
cypress/fixtures/csv/worngFile.csv
Normal file
@@ -0,0 +1,9 @@
|
||||
timestamp,case id,name,instance,status
|
||||
2022/05/13 09:25:21,c1,a,1,start
|
||||
2022/05/13 09:25:21,c1,a,1,
|
||||
2022/05/13 09:30:01,c1,b,2,begin
|
||||
2022/05/13 09:30:01,c1,b,,complete
|
||||
2022/05/13 09:48:33,,,6,start
|
||||
2022;05;13 09;48;33,c2,a,6,complete
|
||||
2022/05/13 09:54:27,c2,c,7,start
|
||||
,c2,c,7,complete
|
||||
|
Reference in New Issue
Block a user