sh
tt-app/app/Saga There was a failure building this commit

This commit is contained in:
2019-09-20 15:19:35 +02:00
parent cf7d4fc6bc
commit 9d5fbedb2c
5 changed files with 1231 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
{
"git.ignoreLimitWarning": true
}
+5
View File
@@ -0,0 +1,5 @@
{
"dependencies": {
"cypress": "^3.4.1"
}
}
+1217
View File
File diff suppressed because it is too large Load Diff
+5
View File
@@ -9,6 +9,11 @@ echo '==============='
set -x
cat package.json
yarn install
echo '-----installation de cypress-----'
yarn add cypress
echo '-----BUILD-----'
yarn build
set +x
+1
View File
@@ -1,5 +1,6 @@
#!/usr/bin/env sh
echo 'Lancement des tests cypress :'
cd '/var/jenkins_home/workspace/tt-app_app_Saga/nextjs/'
yarn test