mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-31 05:19:38 +08:00
feat: get testcase result summary
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import os
|
||||
from enum import Enum
|
||||
from typing import Any
|
||||
from typing import Dict, Text, Union, Callable
|
||||
@@ -75,7 +76,7 @@ class ProjectMeta(BaseModel):
|
||||
debugtalk_py: Text = ""
|
||||
functions: FunctionsMapping = {}
|
||||
env: Env = {}
|
||||
PWD: Text = None
|
||||
PWD: Text = os.getcwd()
|
||||
test_path: Text = None # run with specified test path
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user