-
Notifications
You must be signed in to change notification settings - Fork 126
How do I use KITE to test Electron App #153
Comments
Hi, Normally the step to open an URL is done for browsers only, it can also be call for electron app acting as a browser, but I think this defeats the purpose of electron being an app on its own. If the index.html is the default page for your app, which appears when the app is open, then calling this step is not necessary. It's been a while since my last attempt at electron app. For electron, there are a few things that need to be configured differently from the normal chrome:
I'm not sure if this will still work. Can you share your setup to test your scenario? |
Hi! Thank you for reply! I search Can you show me how to write this configuration file in simply? |
It's when you setup the node in the grid which you use to run the test. This is a sample command line to setup the node on WINDOWS for example:
|
Hi! Sorry for the late reply. because I have been wondering about the command you gave me: According to your opinion, this value should be For example. such as
KITE said that it supports I was found |
The command I mentioned was just an example cmd to setup chrome node, the value for It should be the same whether you are on Ubuntu or Windows. As long as you have the correct driver and the app can be opened, anything after that can be automated with Selenium framework. |
Hi! I takes several times to check the command work or not. The result is I think
|
Hi! How do I use
KITE
to test the following situations:asar
command to packageresource / app
asapp.asar
.chrome.exe
because it has packaged toapp.asar
.I saw on KITE-Sample-Tests seems to open a webRTC URL (like jitsi, mediasoup) in the Step, so that the next test can be carried out.
If there is any good method, please let me know. Thank you!
The text was updated successfully, but these errors were encountered: