{
  "name": "tests",
  "version": "1.0.0",
  "main": "src/index.js",
  "license": "MIT",
  "dependencies": {
    "jest": "^26.6.3",
    "jest-html-reporter": "^3.3.0"
  },
  "scripts": {
    "test:api": "yarn jest api",
    "test:gui": "yarn jest gui",
    "test:stage:gui": "BASE_URL=https://cool-services:C00lServices@ak-staging-shop-de.servicesare.cool yarn test:gui"
  }
}
