Skip to content

Commit

Permalink
separated tutorials and festures tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SimaoBolota-MetaCell committed Jan 10, 2024
1 parent 9a4a28e commit f08546b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/frontend/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
"description": "NetPyNe UI tests",
"license": "unlicensed",
"scripts": {
"test": "jest --verbose Tut#1_smoke Tut#2_smoke Tut#3a_smoke Tut#3b_smoke Tut#3c_smoke Tut#4_smoke ControlPanel SaveOpenFile RxD EEG_and_Dipole_Tut#1 ExperimentManager_Tut#1",
"test": "npm run tutorials_test && sleep 15 && npm run features_test",
"puppeteer_test": "jest --verbose",
"tutorials_test": "jest --verbose Tut#1_smoke Tut#2_smoke Tut#3a_smoke Tut#3b_smoke Tut#3c_smoke Tut#4_smoke",
"features_test": "jest --verbose ControlPanel SaveOpenFile RxD EEG_and_Dipole_Tut#1 ExperimentManager_Tut#1",
"EEG_Dipole_test": "jest --verbose EEG_and_Dipole_Tut#1 ",
"Experiment_Manager_test": "jest --verbose ExperimentManager_Tut#1 ",
"Tutorial_1_test": "jest --verbose Tut#1_smoke ",
Expand Down

0 comments on commit f08546b

Please sign in to comment.