Skip to content

Commit 103a52c

Browse files
authored
Merge pull request #197 from aldefouw/marks-changes
Misc. changes
2 parents 6e51f42 + 9eacce3 commit 103a52c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+145
-6324
lines changed

.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ cypress.env.json
2121
cypress.config.js
2222
cypress/downloads
2323
cypress/results
24+
cypress/fixtures/cdisc_files
25+
cypress/fixtures/dictionaries
26+
cypress/fixtures/import_files
27+
28+
step-coverage/*
29+
.nyc_output/*
2430

2531
/containers
2632
/docker

.nycrc

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"report-dir": "./step-coverage/",
3+
"include": [
4+
"cypress/**/*.js",
5+
"node_modules/rctf/**/*.js"
6+
],
7+
"exclude": [
8+
"**/*.spec.js",
9+
"**/node_modules/**"
10+
],
11+
"extension": [".js"],
12+
"reporter": ["text", "html"]
13+
}

cypress.config.js.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = defineConfig({
2020
experimentalMemoryManagement: false,
2121
numTestsKeptInMemory: 0,
2222
retries: {
23-
runMode: 2,
23+
runMode: 0,
2424
openMode: 0
2525
},
2626
video: true,

cypress.env.json.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"pass": "Testing123"
3030
}
3131
},
32-
"redcap_version": "13.1.37",
32+
"redcap_version": "14.7.0",
3333
"language": "English",
3434
"redcap_hooks_path": "/var/www/html/hook_functions.php",
3535
"redcap_source_path": "/home/circleci/project/redcap_source",

cypress/fixtures/.gitkeep

Whitespace-only changes.

cypress/fixtures/cdisc_files/B.3.16.600Project.xml

-263
This file was deleted.

cypress/fixtures/cdisc_files/Consent.xml

-152
This file was deleted.

cypress/fixtures/cdisc_files/Project418.xml

-1,480
This file was deleted.

cypress/fixtures/cdisc_files/Project_1.xml

-919
This file was deleted.

cypress/fixtures/cdisc_files/Project_3.14.xml

-629
This file was deleted.

cypress/fixtures/cdisc_files/Project_3.16.xml

-256
This file was deleted.

cypress/fixtures/cdisc_files/Project_4.8.xml

-861
This file was deleted.

cypress/fixtures/cdisc_files/Project_4.9.xml

-869
This file was deleted.

cypress/fixtures/cdisc_files/Project_5.21.xml

-315
This file was deleted.

cypress/fixtures/dictionaries/Data Dictionary File 2.csv

-54
This file was deleted.

cypress/fixtures/dictionaries/Data Dictionary File 3.csv

-8
This file was deleted.

cypress/fixtures/dictionaries/Project1xml_DataDictionary.csv

-63
This file was deleted.

cypress/fixtures/import_files/B.3.16.1000_New Record.csv

-16
This file was deleted.

cypress/fixtures/import_files/B.3.16.1300_DataImport_Dag.csv

-4
This file was deleted.

cypress/fixtures/import_files/B.3.16.1300_DataImport_Rows.csv

-4
This file was deleted.

cypress/fixtures/import_files/B.3.16.400_DataImport_Rows Bad.csv

-4
This file was deleted.

cypress/fixtures/import_files/B.3.16.400_DataImport_Rows Corrected.csv

-4
This file was deleted.

cypress/fixtures/import_files/B.3.16.400_DataImport_Rows.csv

-4
This file was deleted.

cypress/fixtures/import_files/B.3.16.500_DataImport_Rows Bad.csv

-4
This file was deleted.

cypress/fixtures/import_files/B.3.16.500_DataImport_Rows Corrected.csv

-4
This file was deleted.

cypress/fixtures/import_files/B.3.16.500_DataImport_Rows.csv

-4
This file was deleted.

0 commit comments

Comments
 (0)