Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build with node 20 and remove testcafe #18

Merged
merged 4 commits into from
Dec 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ desktop.ini
.flooignore
.brackets.json

# testcafe data
testcafe/data/FILES TO TEST

# cozy-jobs-cli
.token.json
konnector-dev-config.json
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
20
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
node_js: 16
node_js: 20
dist: jammy
cache: yarn
branches:
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"lint": "npm-run-all --parallel 'lint:*'",
"lint:styles": "stylint src --config ./node_modules/cozy-scripts/config/.stylintrc",
"lint:js": "eslint '{src,test}/**/*.{js,jsx}'",
"testcafe:photos": "node testcafe/runner-photos.js",
"test": "env NODE_ENV='test' jest",
"version": "yarn version:photos",
"version:photos": "replace '\\d+\\.\\d+\\.\\d+' $npm_package_version ./src/photos/targets/manifest.webapp",
Expand Down Expand Up @@ -69,7 +68,6 @@
"stylint": "1.5.9",
"tar": "6.1.12",
"terser-webpack-plugin": "1.4.5",
"testcafe": "2.0.2",
"unzipper": "0.10.11",
"visualreview-client": "git+https://github.com/cozy/VisualReview-node-client.git#v0.0.4",
"worker-loader": "2.0.0"
Expand All @@ -92,7 +90,7 @@
"cozy-pouch-link": "^44.0.0",
"cozy-realtime": "4.6.0",
"cozy-scanner": "^7.0.0",
"cozy-scripts": "^8.1.0",
"cozy-scripts": "^8.2.0",
"cozy-sharing": "10.0.0",
"cozy-stack-client": "^45.0.1",
"cozy-ui": "100.0.0",
Expand Down
68 changes: 0 additions & 68 deletions scripts/create-deploy-test.sh

This file was deleted.

23 changes: 0 additions & 23 deletions scripts/delete-instance.sh

This file was deleted.

145 changes: 0 additions & 145 deletions scripts/downcloud.js

This file was deleted.

70 changes: 0 additions & 70 deletions scripts/rundeck.sh

This file was deleted.

7 changes: 0 additions & 7 deletions scripts/signing.sh

This file was deleted.

25 changes: 0 additions & 25 deletions testcafe/README.md

This file was deleted.

Binary file removed testcafe/data/IMG-GIF.gif
Binary file not shown.
Binary file removed testcafe/data/IMG-JPG.jpg
Binary file not shown.
Binary file removed testcafe/data/IMG-PNG.png
Binary file not shown.
Binary file removed testcafe/data/IMG0.jpg
Binary file not shown.
Binary file removed testcafe/data/IMG1.jpg
Binary file not shown.
Binary file removed testcafe/data/files-to-test.zip
Binary file not shown.
Loading
Loading