Coding squish python with PyCharm
-
@khreichel said in Coding squish python with PyCharmscratch geometry dash:
Is there a solution around to code and test squish python code with PyCharm?
Yes, it's possible to use PyCharm, a popular Python IDE, to code and test Squish Python code. Squish is a cross-platform GUI testing tool that supports various scripting languages, including Python.
-
@khreichel, this article should help
https://kb.froglogic.com/squish/howto/using-squish-module-python-scripts-applications/
But there are a lot of issues to resolve. But for sure, it is possible. -
-
@papers, please To code and test Squish Python scripts with PyCharm, first ensure Squish is installed and properly configured on your system. Add the Squish binary path to the environment variables so PyCharm can access Squish commands. In PyCharm, set up a new Python project and configure the interpreter to include Squish libraries. You can now write and test Squish scripts directly within PyCharm's editor.