Vendored
+3
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"git.ignoreLimitWarning": true
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"cypress": "^3.4.1"
|
||||
}
|
||||
}
|
||||
+1217
File diff suppressed because it is too large
Load Diff
@@ -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,5 +1,6 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
|
||||
echo 'Lancement des tests cypress :'
|
||||
cd '/var/jenkins_home/workspace/tt-app_app_Saga/nextjs/'
|
||||
yarn test
|
||||
Reference in New Issue
Block a user