• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1application: test-results
2version: 1
3runtime: python
4api_version: 1
5
6handlers:
7- url: /stylesheets
8  static_dir: stylesheets
9
10- url: /testfile/delete
11  script: main.py
12  login: admin
13
14- url: /dashboards/delete
15  script: main.py
16  login: admin
17
18- url: /.*
19  script: main.py
20