get_test_sessions
Retrieve all Test Sessions for a given Project
Retrieve all Test Sessions for a given Project
dbnl.experimental.get_test_sessions(
*,
project: Project,
) -> list[TestSession]:project
The dbnl Project associated with all the TestSessions.
List[TestSession]
A list of TestSessions in the Project.