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
Upgrading to this version will see you first install ScreenPy slightly differently. To get the same features, your install will change like this:
pip install screenpy
⇩ to
pip install screenpy[selenium,requests,allure]
I think it's worth pointing out that users could also install the sub-packages they want directly from pip, since they automatically include screenpy as a dependency.
Reading through the deprecation documentation for 4.0.0 it states the following:
I think it's worth pointing out that users could also install the sub-packages they want directly from pip, since they automatically include
screenpy
as a dependency.The text was updated successfully, but these errors were encountered: