Pyccuracy hangs in Ubuntu Karmic - bdd

I was able to successfully run suites of tests before upgrading to
Karmic. Now when running pyccuracy_console, Pyccuracy starts, outputs
"Running first test...", and hangs.
Is anyone aware of a fix for this?
OS: Ubuntu 9.1 Karmic
Pyccuracy: v1.2.8

Pyccuracy relies on Selenium Server to do its testing. Upgrading from Selenium 1.0 beta to 1.0.1 fixed the issue.
http://seleniumhq.org/download/

Related

"Cannot execute command" popup from IntelliJ when launching Docker Desktop

I'm getting a strange error popup I suspect it has something to do with a built in integration of Docker in IntelliJ.
I'm running the following:
Mac OS Big Sur 11.4
IntelliJ 21.1.3
Docker Desktop 3.5.2.18
Docker version 20.10.7, build f0df350
When I launch Docker Desktop, it launches IntelliJ for some reason and I get an error popup immediately:
Title: Cannot execute command
Body: Can not open file /Users/myuser/Library/Containers/com.docker.docker/Data/--list-extensions
I've tried reinstalling both several times and used the Clear cache and clear data options in the Docker settings. I should also note that i've tried removing all projects from IntelliJ and docker and have even disabled the "Docker" plugin in IntelliJ but still get the same error.
Does anyone have any ideas on how to prevent this popup on launch? It is more of an annoyance than a blocker as I can simply close it and then use the tools without problems but its odd that this would happen. Originally I dismissed it as some random system specific configuration but today found that it is not specific to my environment as I got it on a fresh install on a new machine with new user.
It seems a bug of Docker Development Environments Preview. The IntelliJ IDEA is opened by this process.
/Applications/Docker.app/Contents/MacOS/com.docker.dev-envs
You can degrade the Docker Desktop to version 3.4.0 to temporarily fix this problem.
What worked for me today:
Upgrade to Big Sur (wanted to do that anyway).
Remove Intelli-J
Uninstall Docker
Install Docker 3.6.x
Install latest Intelli-J
Problem gone.

Cannot stop running grails app after upgrading to Grails 4

I used to work with Grails 3 for years now. Just started a new project on version 4.
In this version (not 100% sure if it's version related), when I start the app with grails run-app it runs, but I can't stop it with the regular Ctrl + c.
The only way that I can stop it is by killing the java process.
Did anyone experienced this issue?
I am on Mac OS Catalina and running the app from iTerm terminal.

Getting exception while running test case in appium

I am a newbie to Appium, recently i am trying to run my first appium test case, but getting below error:
Exception in thread "main" org.openqa.selenium.SessionNotCreatedException: Unable to create new remote session.
I am using appium server 1.6.3 on localhost, and also i am using selenium server 3.4.0 and appium java client version java-client-5.0.0-BETA7.
Please help me out to resolve this issue.
Thanks in advance
Several notes:
avoid using beta builds when you start with new open-source tool
Appium already includes specific selenium version, so by setting it yourself you may get incompatibility issue.
Try with appium stable appium server v1.7.2 and java client v5.0.4

How to install multiple appium version on the same machine?

For my daily work I've been using appium 1.4.16 and java_client 3.3.0
I would like to start and to look into the new appium version (currently 1.5.1 / 3.4.1)
Download the new jar and embed into my project it's not an issue, but I was wonder how do I download 2 different appium versions and how do I start the specific version I need ?
I've tried to use "appium-version-manager" , I've installed 1.4.16 / 1.5.0 / 1.5.1 but from some reason I couldn't launch appium ver 1.50 and above while 1.4.16 version was launched without any issues...
Any advice would be appreciated
Thanks

Appium GUI runs older version of Appium than console

when I run appium through the terminal with the command "Appium &" it runs appium 1.4.10
When I run it from my GUI (which I need to do to use the inspector) it runs 1.4.8
Any ideas how I can make it run with the latest version from the GUI? Thanks.
Itseems you have installed appium ver 1.4.10 at a system level, but the gui you installed is of version 1.4.8. So you should probably download the corresponding gui version - 1.4.10 dmg or exe and install the GUI

Resources