new testarena
This commit is contained in:
64
asf-cloud-server/testarena_1/project_structure.txt
Normal file
64
asf-cloud-server/testarena_1/project_structure.txt
Normal file
@@ -0,0 +1,64 @@
|
||||
Folder PATH listing
|
||||
Volume serial number is 8295-9080
|
||||
D:.
|
||||
| .env.example
|
||||
| .gitignore
|
||||
| ARCHITECTURE.md
|
||||
| Caddyfile.example
|
||||
| CADDY_INTEGRATION.md
|
||||
| DEPLOYMENT_CHECKLIST.md
|
||||
| docker-compose.yml
|
||||
| Dockerfile
|
||||
| icon.png
|
||||
| IMPLEMENTATION_SUMMARY.md
|
||||
| INDEX.md
|
||||
| logs.bat
|
||||
| PROJECT_STATUS.md
|
||||
| project_structure.txt
|
||||
| QUICK_START.md
|
||||
| README.md
|
||||
| requirements.txt
|
||||
| scenario_exe_parser.py
|
||||
| scenario_scan.py
|
||||
| SETUP.md
|
||||
| start.bat
|
||||
| START_HERE.md
|
||||
| stop.bat
|
||||
| wsgi.py
|
||||
|
|
||||
+---.vscode
|
||||
| settings.json
|
||||
|
|
||||
\---app
|
||||
| models.py
|
||||
| __init__.py
|
||||
|
|
||||
+---routes
|
||||
| admin.py
|
||||
| auth.py
|
||||
| dashboard.py
|
||||
| jobs.py
|
||||
|
|
||||
+---static
|
||||
| +---css
|
||||
| | style.css
|
||||
| |
|
||||
| \---uploads
|
||||
| icon.png
|
||||
|
|
||||
\---templates
|
||||
| base.html
|
||||
| login.html
|
||||
|
|
||||
+---admin
|
||||
| dashboard.html
|
||||
|
|
||||
+---dashboard
|
||||
| index.html
|
||||
|
|
||||
\---jobs
|
||||
submit.html
|
||||
submit_step2.html
|
||||
submit_step3.html
|
||||
submit_step4.html
|
||||
|
||||
Reference in New Issue
Block a user