Wiki Pages

Home

  1. Getting started
    1.1 Getting Started on Linux
    1.2 Getting Started on Docker
    1.3 Getting Started on Windows
    1.4 OTP Setup from Scratch
    1.5 Development LDAP
  2. Guidelines
    2.1 Edit this Wiki
    2.2 Coding Style Guide
    2.3 UI Development Guide
    2.4 Contribution Guide
    2.5 Definition of Done
    2.6 Definition of Ready
    2.7 Review Guide
    2.8 Testing Guide
    2.9 Best Practise
    2.10 Miscellaneous
  3. OTP Documentation
    3.1 OTP Properties
    3.2 Example Data
    3.3 Workflows in OTP
    3.4 WorkflowTests
    3.5 Roddy as WorkflowManagementSystem
    3.5.1. Install new Roddy Version
    3.6 Developer Scripts
    3.7 Diagramms
  4. Scrum
    4.1 Sprint Review
    4.2 Team Agreements
  5. Workflow Development
    5.1. Guidelines for Production-Grade Workflows
    5.2. General Notes
    5.3. Coding Guidelines
    5.4. Versioning
  6. Literature
  7. Glossary
  8. Key Performance Indicators (KPIs)
  9. Background Learning Material

Changes

Page history
Update Testing Guide authored Jun 21, 2022 by Julian Rausch's avatar Julian Rausch
Show whitespace changes
Inline Side-by-side
Guidelines/Testing-Guide.md
View page @ 70cf3bff
......@@ -60,7 +60,9 @@ For starting Cypress Tests a cypress.env.json file is needed. This file should c
```
{
"operator_username": "otp",
"operator_password": "otp"
"operator_password": "otp",
"user_username": "dave",
"user_password": "otp"
}
```
......
......