<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Testing-Library on dev notes</title>
    <link>https://juhanakristianblog.netlify.app/tags/testing-library/</link>
    <description>Recent content in Testing-Library 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/testing-library/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>
    <item>
      <title>How using Testing Library will help you improve the accessibility of your application</title>
      <link>https://juhanakristianblog.netlify.app/posts/how-testing-library-will-improve-accessibility/</link>
      <pubDate>Tue, 23 Feb 2021 09:33:01 +0000</pubDate>
      <guid>https://juhanakristianblog.netlify.app/posts/how-testing-library-will-improve-accessibility/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://testing-library.com&#34;&gt;Testing Library&lt;/a&gt; is a JavaScript testing framework that focuses on testing the way the application is used. Testing Library will also help you avoid testing implementation details and make your tests more maintainable. Testing the way the application is used will give us the confidence that the application is working as intended.&lt;/p&gt;&#xA;&lt;p&gt;What&amp;rsquo;s also nice about testing-library, is that its recommended queries are designed to work well on accessible elements. This means using Testing Library will also reveal accessibility problems in your application.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
