sefrone-api-e2e 1.2.4__tar.gz → 1.2.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {sefrone_api_e2e-1.2.4 → sefrone_api_e2e-1.2.5}/PKG-INFO +1 -1
- {sefrone_api_e2e-1.2.4 → sefrone_api_e2e-1.2.5}/sefrone_api_e2e/e2e/Scenarios/Auth/1_normal_auth_flow.yaml +0 -38
- {sefrone_api_e2e-1.2.4 → sefrone_api_e2e-1.2.5}/sefrone_api_e2e.egg-info/PKG-INFO +1 -1
- {sefrone_api_e2e-1.2.4 → sefrone_api_e2e-1.2.5}/setup.py +1 -1
- {sefrone_api_e2e-1.2.4 → sefrone_api_e2e-1.2.5}/README.md +0 -0
- {sefrone_api_e2e-1.2.4 → sefrone_api_e2e-1.2.5}/sefrone_api_e2e/__init__.py +0 -0
- {sefrone_api_e2e-1.2.4 → sefrone_api_e2e-1.2.5}/sefrone_api_e2e/api_e2e_manager.py +0 -0
- {sefrone_api_e2e-1.2.4 → sefrone_api_e2e-1.2.5}/sefrone_api_e2e/e2e/Scenarios/Auth/0_check_features.yaml +0 -0
- {sefrone_api_e2e-1.2.4 → sefrone_api_e2e-1.2.5}/sefrone_api_e2e/e2e/Scenarios/Auth/2_account_endpoints.yaml +0 -0
- {sefrone_api_e2e-1.2.4 → sefrone_api_e2e-1.2.5}/sefrone_api_e2e/e2e/Scenarios/Auth/3_admin_account_endpoints.yaml +0 -0
- {sefrone_api_e2e-1.2.4 → sefrone_api_e2e-1.2.5}/sefrone_api_e2e/e2e/Scenarios/Auth/4_workspace_endpoints.yaml +0 -0
- {sefrone_api_e2e-1.2.4 → sefrone_api_e2e-1.2.5}/sefrone_api_e2e/e2e/Scenarios/Auth/5_apikey_endpoints.yaml +0 -0
- {sefrone_api_e2e-1.2.4 → sefrone_api_e2e-1.2.5}/sefrone_api_e2e/e2e/Scenarios/Auth/6_project_endpoints.yaml +0 -0
- {sefrone_api_e2e-1.2.4 → sefrone_api_e2e-1.2.5}/sefrone_api_e2e/e2e/Scenarios/Auth/7_email_2fa_flow.yaml +0 -0
- {sefrone_api_e2e-1.2.4 → sefrone_api_e2e-1.2.5}/sefrone_api_e2e/e2e_scenarios_manager.py +0 -0
- {sefrone_api_e2e-1.2.4 → sefrone_api_e2e-1.2.5}/sefrone_api_e2e/env_patch.py +0 -0
- {sefrone_api_e2e-1.2.4 → sefrone_api_e2e-1.2.5}/sefrone_api_e2e/json_mock_server.py +0 -0
- {sefrone_api_e2e-1.2.4 → sefrone_api_e2e-1.2.5}/sefrone_api_e2e/runner_assets.py +0 -0
- {sefrone_api_e2e-1.2.4 → sefrone_api_e2e-1.2.5}/sefrone_api_e2e/runner_email_mock.py +0 -0
- {sefrone_api_e2e-1.2.4 → sefrone_api_e2e-1.2.5}/sefrone_api_e2e/runner_rest_api.py +0 -0
- {sefrone_api_e2e-1.2.4 → sefrone_api_e2e-1.2.5}/sefrone_api_e2e/runner_satim_mock.py +0 -0
- {sefrone_api_e2e-1.2.4 → sefrone_api_e2e-1.2.5}/sefrone_api_e2e/runner_webhook_mock.py +0 -0
- {sefrone_api_e2e-1.2.4 → sefrone_api_e2e-1.2.5}/sefrone_api_e2e/step_runner.py +0 -0
- {sefrone_api_e2e-1.2.4 → sefrone_api_e2e-1.2.5}/sefrone_api_e2e.egg-info/SOURCES.txt +0 -0
- {sefrone_api_e2e-1.2.4 → sefrone_api_e2e-1.2.5}/sefrone_api_e2e.egg-info/dependency_links.txt +0 -0
- {sefrone_api_e2e-1.2.4 → sefrone_api_e2e-1.2.5}/sefrone_api_e2e.egg-info/requires.txt +0 -0
- {sefrone_api_e2e-1.2.4 → sefrone_api_e2e-1.2.5}/sefrone_api_e2e.egg-info/top_level.txt +0 -0
- {sefrone_api_e2e-1.2.4 → sefrone_api_e2e-1.2.5}/setup.cfg +0 -0
|
@@ -90,44 +90,6 @@ steps:
|
|
|
90
90
|
ChangeAccountPermissions: string
|
|
91
91
|
ChangeAccountCredentials: string
|
|
92
92
|
|
|
93
|
-
- name: "Get user info using deprecated login check endpoint"
|
|
94
|
-
method: "POST"
|
|
95
|
-
endpoint: "/api/v1/apiAuth/account/$var(AUTH_PROJECT_NAME)/login/check/{$stored.login_token}"
|
|
96
|
-
expect:
|
|
97
|
-
status: 200
|
|
98
|
-
body:
|
|
99
|
-
errorCode: number
|
|
100
|
-
errorCodeStr: string
|
|
101
|
-
message: string
|
|
102
|
-
response:
|
|
103
|
-
accountId: string
|
|
104
|
-
projectId: string
|
|
105
|
-
project: string
|
|
106
|
-
accountType: string
|
|
107
|
-
credentialType: string
|
|
108
|
-
isActive: boolean
|
|
109
|
-
username: string
|
|
110
|
-
linkedWorkspaces:
|
|
111
|
-
- workspaceId: string
|
|
112
|
-
workspaceName: string
|
|
113
|
-
workspaceDescription: string
|
|
114
|
-
permissions:
|
|
115
|
-
Projects: string
|
|
116
|
-
Workspaces: string
|
|
117
|
-
ListWorkspaces: string
|
|
118
|
-
Accounts: string
|
|
119
|
-
ApiKeys: string
|
|
120
|
-
AuthStats: string
|
|
121
|
-
AccountState: string
|
|
122
|
-
ChangeAccountPermissions: string
|
|
123
|
-
ChangeAccountCredentials: string
|
|
124
|
-
token: string
|
|
125
|
-
tokenExpiryDate: datetime
|
|
126
|
-
assertions:
|
|
127
|
-
- "{{body.response.accountId}} == '{$stored.login_account_id}'"
|
|
128
|
-
- "{{body.response.username}} == 'admin'"
|
|
129
|
-
- "{{body.response.accountType}} == 'root'"
|
|
130
|
-
|
|
131
93
|
- name: "Create guest account"
|
|
132
94
|
skip_if:
|
|
133
95
|
- "GuestAccount not in {$stored.0_check_features.enabled_features}"
|
|
@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
|
|
5
5
|
|
|
6
6
|
setup(
|
|
7
7
|
name="sefrone_api_e2e",
|
|
8
|
-
version="1.2.
|
|
8
|
+
version="1.2.5",
|
|
9
9
|
author="Sefrone",
|
|
10
10
|
author_email="contact@sefrone.com",
|
|
11
11
|
description="A Python package to provide e2e testing helpers for sefrone API projects",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sefrone_api_e2e-1.2.4 → sefrone_api_e2e-1.2.5}/sefrone_api_e2e.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|