Browse Source

fix for cypress

philippe 5 years ago
parent
commit
e849c15b57
1 changed files with 4 additions and 2 deletions
  1. 4 2
      README.md

+ 4 - 2
README.md View File

@@ -67,18 +67,20 @@ You can now enter the application at
67 67
 
68 68
 ## Installation of cypress: Automated script for easy setup ##
69 69
 
70
-This script check if nodejs is installed (npm is necessary to install Cypress), if file package.json and cypress.json exist in 'functionnal_tests' folder. if not the script install necessary file and install Cypress.
70
+This script check if nodejs is installed (npm is necessary to install Cypress), if file package.json and cypress.json exist in 'functionnal_tests' folder. if not the script install necessary file and install Cypress and his dependency's.
71 71
 
72 72
     ./install_cypress.sh
73 73
 
74 74
 ## Run tests with command line ##
75 75
 
76
+This command run all test present in 'cypress_test' folder.
77
+
76 78
     cd functionnal_tests/
77 79
     ./node_modules/.bin/cypress run
78 80
 
79 81
 ## Run tests with cypressgui ##
80 82
 
81
-Open Cypress with graphical interface
83
+Open Cypress with graphical interface. You can show test running directly in web interface.
82 84
 
83 85
     cd functionnal_tests/
84 86
     ./node_modules/.bin/cypress open