Files
windmill/frontend/package.json
Faton Ramadani f8cc9996b7 Setup Cypress e2e tests (#91)
* Setup Cypress e2e tests

* Add login function

* Cypress github action setup

* Fix CI github action

* Properly setup node and install dependencies

* Wait on localhost to respond before running the tests

* Install missing dependencies

* Remove rust setup

* Stop caddy after installation

* Remove Caddy from CI

* Properly connect to DB

* CI clean up

* Run cypress after build

* Testing CI

* Restore commented code

* Fix docker image tag

* Fix tags

* Fix tag

* Fix tag

* Fix node_modules

* Fix postgres host name

* Bind

* Fix port

* Logs

* Fix DB Host

* Test GA

* Create docker network

* Get IP from container

* Try removing custom wait-on

* Correctly run cypress tests

* Print IP

* Add logs

* Debug docker

* Add logs

* Logs

* logs

* Fix DB hostname

* tring my way

* tring my way

* tring my way

* tring my way

* works

Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
2022-06-03 20:22:12 +02:00

61 lines
2.0 KiB
JSON

{
"name": "windmill",
"version": "1.8.6",
"scripts": {
"dev": "svelte-kit dev",
"build": "svelte-kit build",
"preview": "svelte-kit preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. .",
"generate-backend-client": "openapi --input ../backend/openapi.yaml --output ./src/gen --useOptions",
"cypress:open": "cypress open",
"cypress:run": "cypress run"
},
"devDependencies": {
"@sveltejs/adapter-node": "^1.0.0-next.78",
"@sveltejs/adapter-static": "^1.0.0-next.34",
"@sveltejs/kit": "next",
"@tailwindcss/forms": "^0.5.1",
"@tailwindcss/typography": "^0.5.0",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"autoprefixer": "^10.4.1",
"cssnano": "^5.1.10",
"cypress": "^9.7.0",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-svelte3": "^4.0.0",
"openapi-typescript-codegen": "^0.22.0",
"postcss": "^8.4.5",
"postcss-load-config": "^4.0.1",
"prettier": "^2.4.1",
"prettier-plugin-svelte": "^2.4.0",
"simple-svelte-autocomplete": "^2.2.4",
"stylelint-config-recommended": "^7.0.0",
"svelte": "^3.42.6",
"svelte-check": "^2.2.6",
"svelte-highlight": "^6.0.1",
"svelte-preprocess": "^4.9.8",
"tailwindcss": "^3.0.11",
"tslib": "^2.3.1",
"typescript": "^4.7.2"
},
"type": "module",
"dependencies": {
"@codingame/monaco-jsonrpc": "^0.4.0",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@types/vscode": "^1.63.0",
"@zerodevx/svelte-toast": "^0.7.2",
"fuse.js": "^6.4.6",
"highlight.js": "^11.5.1",
"monaco-editor": "^0.33.0",
"monaco-languageclient": "^1.0.1",
"svelte-awesome": "^3.0.0",
"svelte-markdown": "^0.2.1",
"svelte-split-pane": "^0.1.2"
}
}