ZephyrusMB

Results 3 issues of ZephyrusMB

Hello, How is it possible to use your library with an OpenAPI 3.0 Specification yaml file? With the following code ``` *** Settings *** Library REST url=http://localhost:8080 spec=petstore_openapi.yaml *** Variables...

question

### Describe the bug Hi, Trying to open a test browser with a different user of a persistent org gives me this error **TypeError: 'NoneType' object is not callable**. If...

enhancement
wi-created

![image](https://user-images.githubusercontent.com/81178328/124591100-33a8f380-de5c-11eb-96bb-790922627f2c.png) com.intellij.diagnostic.PluginException: getComponentAdapterOfType is used to get com.intellij.psi.impl.PsiManagerImpl (requestorClass=com.millennialmedia.intellibot.psi.RobotPsiManager, requestorConstructor=public com.millennialmedia.intellibot.psi.RobotPsiManager(com.intellij.psi.impl.PsiManagerImpl)). Probably constructor should be marked as NonInjectable. [Plugin: com.millennialmedia.intellibot@SeleniumLibrary Patched] at com.intellij.serviceContainer.ConstructorParameterResolver.findTargetAdapter(ConstructorParameterResolver.kt:111) at com.intellij.serviceContainer.ConstructorParameterResolver.resolveInstance(ConstructorParameterResolver.kt:59) at com.intellij.serviceContainer.ConstructorInjectionKt.instantiateUsingPicoContainer(constructorInjection.kt:60) at com.intellij.serviceContainer.ComponentManagerImpl.instantiateClassWithConstructorInjection(ComponentManagerImpl.kt:771) at...