<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: The Most Common Cypress Mistakes	</title>
	<atom:link href="https://christianlydemann.com/the-most-common-cypress-mistakes/feed/" rel="self" type="application/rss+xml" />
	<link>https://christianlydemann.com/the-most-common-cypress-mistakes/</link>
	<description>Advanced Angular Training Made Simple</description>
	<lastBuildDate>Sat, 13 Jun 2020 15:33:12 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.4</generator>
	<item>
		<title>
		By: tvt		</title>
		<link>https://christianlydemann.com/the-most-common-cypress-mistakes/#comment-51336</link>

		<dc:creator><![CDATA[tvt]]></dc:creator>
		<pubDate>Fri, 12 Jun 2020 07:48:00 +0000</pubDate>
		<guid isPermaLink="false">https://christianlydemann.com/?p=19515#comment-51336</guid>

					<description><![CDATA[nice tips, see mine:
https://medium.com/@tomastrojcak/how-to-write-cypress-tests-effective-49d25e9e4265]]></description>
			<content:encoded><![CDATA[<p>nice tips, see mine:<br />
<a href="https://medium.com/@tomastrojcak/how-to-write-cypress-tests-effective-49d25e9e4265" rel="nofollow ugc">https://medium.com/@tomastrojcak/how-to-write-cypress-tests-effective-49d25e9e4265</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Hendrik		</title>
		<link>https://christianlydemann.com/the-most-common-cypress-mistakes/#comment-51221</link>

		<dc:creator><![CDATA[Hendrik]]></dc:creator>
		<pubDate>Thu, 11 Jun 2020 12:19:00 +0000</pubDate>
		<guid isPermaLink="false">https://christianlydemann.com/?p=19515#comment-51221</guid>

					<description><![CDATA[I like to return “this” after each static page object method. That way my team can keep the methods single-purpose in the PO and compose them in the spec itself. The result looks something like

&lt;code&gt;
SomePO
   .openModal()
   .verifyShown()
   .closeModal()
&lt;/code&gt;]]></description>
			<content:encoded><![CDATA[<p>I like to return “this” after each static page object method. That way my team can keep the methods single-purpose in the PO and compose them in the spec itself. The result looks something like</p>
<p><code><br />
SomePO<br />
   .openModal()<br />
   .verifyShown()<br />
   .closeModal()<br />
</code></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Guillermo Arellano		</title>
		<link>https://christianlydemann.com/the-most-common-cypress-mistakes/#comment-51111</link>

		<dc:creator><![CDATA[Guillermo Arellano]]></dc:creator>
		<pubDate>Wed, 10 Jun 2020 19:27:00 +0000</pubDate>
		<guid isPermaLink="false">https://christianlydemann.com/?p=19515#comment-51111</guid>

					<description><![CDATA[I use &quot;data-cypress&quot; instead of &quot;data-test&quot; to know that the element is used for e2e tests.]]></description>
			<content:encoded><![CDATA[<p>I use &#8220;data-cypress&#8221; instead of &#8220;data-test&#8221; to know that the element is used for e2e tests.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 0/1320 objects using Memcache
Page Caching using Disk: Enhanced 
Minified using Disk
Database Caching using Disk (Request-wide modification query)

Served from: christianlydemann.com @ 2026-03-09 12:31:57 by W3 Total Cache
-->