Revision cd1f89eb01d369aa4b56536e4ccbbee403ac419a authored by Boris Sekachev on 11 January 2022, 10:54:59 UTC, committed by GitHub on 11 January 2022, 10:54:59 UTC
* Fixed statistics modal when the job is assigned to someone

* Updated version
1 parent 8e4dd14
Raw File
cypress_canvas3d.json
{
  "video": false,
  "baseUrl": "http://localhost:8080",
  "viewportWidth": 1300,
  "viewportHeight": 960,
  "defaultCommandTimeout": 25000,
  "downloadsFolder": "cypress/fixtures",
  "env": {
    "user": "admin",
    "email": "admin@localhost.company",
    "password": "12qwaszx"
  },
  "testFiles": [
    "auth_page.js",
    "canvas3d_functionality/*.js",
    "canvas3d_functionality_2/*.js",
    "remove_users_tasks_projects.js"
  ]
}
back to top