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
I migrated from Appium 1.x to 2.x and was a bit confused that the message
The Appium core team does not maintain Appium 1.x anymore since the 1st of January 2022. Please migrating to Appium 2.x by adding appiumV2: true to your config.\nThis Appium 1.x support will be removed in next major release
is displayed even when I run a test with Appium 2.x (with appiumV2: true in a config).
Better would be to display the message only for Appium 1.x configurations.