mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
This commit should setup kubectl in a way that it downloads a recent `kubeconfig` from Digitial Ocean with `doctl`. Thus, deployments will not fail after a kubeconfig has expired. Since it seems to be the recommended way to install `doctl` through [Snap](https://snapcraft.io/). I decided to install everything else through snap too, including chrome and docker.
23 lines
596 B
JSON
23 lines
596 B
JSON
{
|
|
"name": "nitro-cypress",
|
|
"version": "1.0.0",
|
|
"description": "Fullstack tests with cypress for Human Connection",
|
|
"author": "Human Connection gGmbh",
|
|
"license": "MIT",
|
|
"cypress-cucumber-preprocessor": {
|
|
"nonGlobalStepDefinitions": true
|
|
},
|
|
"scripts": {
|
|
"cypress:run": "cypress run --browser chromium",
|
|
"cypress:open": "cypress open --browser chromium"
|
|
},
|
|
"devDependencies": {
|
|
"cypress": "^3.2.0",
|
|
"cypress-cucumber-preprocessor": "^1.11.0",
|
|
"dotenv": "^7.0.0",
|
|
"faker": "^4.1.0",
|
|
"graphql-request": "^1.8.2",
|
|
"neo4j-driver": "^1.7.3"
|
|
}
|
|
}
|