Skip to content

Commit

Permalink
main takeaways added
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas862 committed Nov 21, 2023
1 parent 8539fa7 commit 75c93fb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,23 @@ <h3>E2E testing</h3>
<h3>My tool of choice</h3>
<img data-src="./images/Cypress_Logotype_Dark-Color.png" width="300" height="300" class="img-contain">
</section>
<section>
<h3>Main takeaways</h3>
<ul>
<li class="fragment">
Use fixtures
</li>
<li class="fragment">
On CI environment record videos and screenshots and export them as artifacts
</li>
<li class="fragment">
use <u>data-cy</u> attribute for your templates for easier data access
</li>
<li class="fragment">
Mock all 3rd parties. If you have javascript code communicating with 3rd party, you can use <u>cypress mocking</u> as well
</li>
</ul>
</section>
</section>
</div>
</div>
Expand Down

0 comments on commit 75c93fb

Please sign in to comment.