You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://www.python.org/)
@@ -134,8 +135,8 @@ addopts = -rsxX
134
135
```
135
136
import allure
136
137
import pytest
137
-
from Library.api import Api
138
-
from Library.images import Img
138
+
from snapyrest.api import Api
139
+
from snapyrest.images import Img
139
140
```
140
141
141
142
* Do set the URL on which you want your automation suite to run in the `/Data/GlobalData/global_data.yml` file. You can also set add other project level data in this file and then call those by using `Var` method.
0 commit comments