Skip to content

Commit 76382cc

Browse files
committed
WIP
1 parent 6f90c28 commit 76382cc

File tree

7 files changed

+56
-36
lines changed

7 files changed

+56
-36
lines changed

.ci/test-docs.sh

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -6,35 +6,35 @@ here="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
66
cd "$here"
77

88
docker-compose -f ./doc/docker-compose.yml pull
9-
docker-compose -f ./doc/docker-compose.yml run doc-tests node index
10-
EXIT=$?
11-
docker-compose -f ./doc/docker-compose.yml down
9+
# docker-compose -f ./doc/docker-compose.yml run doc-tests node index
10+
# EXIT=$?
11+
# docker-compose -f ./doc/docker-compose.yml down
1212

1313
docker-compose -f ./doc/docker-compose.yml up -d kuzzle
1414

15-
until $(curl --output /dev/null --silent --head --fail http://localhost:7512); do
16-
printf '.'
17-
sleep 5
18-
done
19-
20-
cd ${here}/../doc/7/getting-started/.react/with-redux
21-
npm ci
22-
SKIP_PREFLIGHT_CHECK=true npm run start &
23-
until $(curl --output /dev/null --silent --head --fail http://localhost:3000); do
24-
printf '.'
25-
sleep 5
26-
done
27-
npm run test
28-
kill $(lsof -t -i:3000)
29-
30-
cd ${here}/../doc/7/getting-started/.react/standalone
31-
npm ci
32-
SKIP_PREFLIGHT_CHECK=true npm run start &
33-
until $(curl --output /dev/null --silent --head --fail http://localhost:3000); do
34-
printf '.'
35-
sleep 5
36-
done
37-
npm run test
15+
# until $(curl --output /dev/null --silent --head --fail http://localhost:7512); do
16+
# printf '.'
17+
# sleep 5
18+
# done
19+
20+
# cd ${here}/../doc/7/getting-started/.react/with-redux
21+
# npm ci
22+
# SKIP_PREFLIGHT_CHECK=true npm run start &
23+
# until $(curl --output /dev/null --silent --head --fail http://localhost:3000); do
24+
# printf '.'
25+
# sleep 5
26+
# done
27+
# npm run test
28+
# kill $(lsof -t -i:3000)
29+
30+
# cd ${here}/../doc/7/getting-started/.react/standalone
31+
# npm ci
32+
# SKIP_PREFLIGHT_CHECK=true npm run start &
33+
# until $(curl --output /dev/null --silent --head --fail http://localhost:3000); do
34+
# printf '.'
35+
# sleep 5
36+
# done
37+
# npm run test
3838

3939
cd ${here}/../doc/7/getting-started/.vuejs
4040
npm ci
@@ -45,15 +45,15 @@ until $(curl --output /dev/null --silent --head --fail http://localhost:8080); d
4545
done
4646
npm run test
4747

48-
cd ${here}/../doc/7/getting-started/.react-native
49-
# Here we use install instead of ci because expo-cli cannot be installed with ci
50-
npm install
51-
npm run web &
52-
until $(curl --output /dev/null --silent --head --fail http://localhost:19006); do
53-
printf '.'
54-
sleep 5
55-
done
56-
npm run test
48+
# cd ${here}/../doc/7/getting-started/.react-native
49+
# # Here we use install instead of ci because expo-cli cannot be installed with ci
50+
# npm install
51+
# npm run web &
52+
# until $(curl --output /dev/null --silent --head --fail http://localhost:19006); do
53+
# printf '.'
54+
# sleep 5
55+
# done
56+
# npm run test
5757

5858
cd ${here}
5959
docker-compose -f ./doc/docker-compose.yml down

doc/7/getting-started/.vuejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"serve-with-vuex": "cd with-vuex && vue-cli-service serve",
1111
"build-with-vuex": "cd with-vuex && vue-cli-service build",
1212
"lint-with-vuex": "cd with-vuex && vue-cli-service lint",
13-
"test": "./node_modules/.bin/cypress run --record --key $CYPRESS_RECORD_KEY_DOC"
13+
"test": "./node_modules/.bin/cypress run"
1414
},
1515
"dependencies": {
1616
"core-js": "^2.6.5",

doc/7/getting-started/.vuejs/standalone/dist/css/app.7768e41a.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
4.19 KB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/favicon.ico><title>kuzzle-vuejs-gs</title><link href=/css/app.7768e41a.css rel=preload as=style><link href=/js/app.662d87f5.js rel=preload as=script><link href=/js/chunk-vendors.c79e3fa7.js rel=preload as=script><link href=/css/app.7768e41a.css rel=stylesheet></head><body><noscript><strong>We're sorry but kuzzle-vuejs-gs doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/js/chunk-vendors.c79e3fa7.js></script><script src=/js/app.662d87f5.js></script></body></html>

doc/7/getting-started/.vuejs/standalone/dist/js/app.662d87f5.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/7/getting-started/.vuejs/standalone/dist/js/chunk-vendors.c79e3fa7.js

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)