UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit bbdab207 authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

fix:enhancing cypress testing script

parent 8bb1fd75
No related branches found
No related tags found
1 merge request!353Resolve Cypress testing not surviving second round of tests after upgrade
Pipeline #199122 passed
......@@ -3,6 +3,9 @@
# exit on error
set -e
#Clear out folder if present
rm -rf cypress-tests/
#Create folder for cypress tests
mkdir -p cypress-tests/
#Cloning core
......@@ -40,4 +43,4 @@ do
echo "Running cypress tests in ${dir}"
cypress run --project "${dir}"tests
fi
done
\ No newline at end of file
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment