<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Electron on dev notes</title>
    <link>https://juhanakristianblog.netlify.app/tags/electron/</link>
    <description>Recent content in Electron on dev notes</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 14 Mar 2021 09:33:01 +0000</lastBuildDate>
    <atom:link href="https://juhanakristianblog.netlify.app/tags/electron/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Setup Spectron and Testing Library to effectively test your Electron.js application</title>
      <link>https://juhanakristianblog.netlify.app/posts/how-test-electron-apps-with-spectron-and-testing-library/</link>
      <pubDate>Sun, 14 Mar 2021 09:33:01 +0000</pubDate>
      <guid>https://juhanakristianblog.netlify.app/posts/how-test-electron-apps-with-spectron-and-testing-library/</guid>
      <description>&lt;p&gt;In this article, we will setup &lt;a href=&#34;https://www.electronjs.org/spectron&#34;&gt;Spectron&lt;/a&gt; and use &lt;a href=&#34;https://testing-library.com/&#34;&gt;Testing Library&lt;/a&gt; with &lt;a href=&#34;https://webdriver.io&#34;&gt;WebdriverIO&lt;/a&gt; to test an &lt;a href=&#34;https://electronjs.org&#34;&gt;Electron.js&lt;/a&gt; application.&lt;/p&gt;&#xA;&lt;p&gt;Spectron is an open source framework for writing integration tests for Electron apps. It starts your application from the binary, so you can test it as a user would use it. Spectron is based on &lt;a href=&#34;https://sites.google.com/a/chromium.org/chromedriver&#34;&gt;ChromeDriver&lt;/a&gt; and &lt;a href=&#34;http://webdriver.io/&#34;&gt;WebdriverIO&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Testing Library WebdriverIO is a library you can use to test web applications through &lt;a href=&#34;https://webdriver.io&#34;&gt;WebdriverIO&lt;/a&gt;. It&amp;rsquo;s part of the &lt;a href=&#34;https://testing-library.com&#34;&gt;Testing Library&lt;/a&gt; family of libraries.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
