Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Staying confident in terms of code changes - An...
Search
Ramona Schwering
April 30, 2021
Programming
0
44
Staying confident in terms of code changes - An introduction to Cypress
Ramona Schwering
April 30, 2021
Tweet
Share
More Decks by Ramona Schwering
See All by Ramona Schwering
Plants vs thieves: Automated Tests in the World of Web Security
leichteckig
0
170
From the Crypt to the Code
leichteckig
0
97
You shall not pass!? A short story of customizable login experiences
leichteckig
0
52
Access Granted!
leichteckig
0
96
Who are vue? Authn in Vue, the important parts
leichteckig
0
75
Vue Fortified: Best Practices for Web App Security
leichteckig
0
130
It's a (testing) trap! - Common end-to-end pitfalls and how to solve them
leichteckig
0
160
Measure and improve frontend performance by using test automation
leichteckig
0
170
You belong here! On hurdles and happiness as women in IT
leichteckig
0
68
Other Decks in Programming
See All in Programming
The Weight of Data: Rethinking Cloud-Native Systems for the Age of AI
hollycummins
0
270
スモールスタートで始めるためのLambda×モノリス(Lambdalith)
akihisaikeda
2
270
Enterprise Web App. Development (1): Build Tool Training Ver. 5
knakagawa
1
110
Building Scalable Mobile Projects: Fast Builds, High Reusability and Clear Ownership
cyrilmottier
2
280
Chrome Extension Techniques from Hell
moznion
1
160
ComposeでWebアプリを作る技術
tbsten
0
110
Boost Your Performance and Developer Productivity with Jakarta EE 11
ivargrimstad
0
1.5k
RubyKaigi Dev Meeting 2025
tenderlove
1
110
Sharing features among Android applications: experience feedback
jbvincey
0
110
メモリウォールを超えて:キャッシュメモリ技術の進歩
kawayu
0
1.9k
Preact、HooksとSignalsの両立 / Preact: Harmonizing Hooks and Signals
ssssota
1
1.5k
Vibe Codingをせずに Clineを使っている
watany
17
6.2k
Featured
See All Featured
How GitHub (no longer) Works
holman
314
140k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.5k
Stop Working from a Prison Cell
hatefulcrawdad
268
20k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
5
520
BBQ
matthewcrist
88
9.6k
The Cost Of JavaScript in 2023
addyosmani
49
7.7k
Why You Should Never Use an ORM
jnunemaker
PRO
55
9.3k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
45
9.5k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
12k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Transcript
None
None
None
None
None
None
None
None
None
None
None
None
None
cy.intercept({ url: '/widgets/checkout/ info', method: 'GET' }).as('checkoutAvailable'); // … cy.wait(‚@checkoutAvailable')
.its(‚response.statusCode‘) .should('equal', 200);
None
None
None
None