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
32
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
You shall not pass!? A short story of customizable login experiences
leichteckig
0
23
Plants vs thieves: Automated Tests in the World of Web Security
leichteckig
0
95
Access Granted!
leichteckig
0
76
Who are vue? Authn in Vue, the important parts
leichteckig
0
52
Vue Fortified: Best Practices for Web App Security
leichteckig
0
99
It's a (testing) trap! - Common end-to-end pitfalls and how to solve them
leichteckig
0
140
Measure and improve frontend performance by using test automation
leichteckig
0
130
You belong here! On hurdles and happiness as women in IT
leichteckig
0
38
Flaky Tests - Fighting Nightmares
leichteckig
0
300
Other Decks in Programming
See All in Programming
デバッグの話 / Debugging for Beginners
kaityo256
PRO
8
650
Competitionsだけじゃない! Kaggle Notebooks Grandmasterのすすめ
corochann
2
720
実践サーバーレスパフォーマンスチューニング ~その実力に迫る~ / Practical Serverless Performance Tuning ~A Close Look at its Power~
seike460
PRO
2
190
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
12
1.6k
UnJSで簡単に始めるCLIツール開発 / cli-tool-development-with-unjs
aoseyuu
2
340
Pydantic x Database API:turu-pyの開発
yassun7010
1
750
pytest プラグインを開発して DRY に自動テストを書こう
inuatsu
2
260
dbt-ga4パッケージを実業務に導入してみた話
t_tokumaru_feedcorp
0
130
4年間変わらなかった YOUTRUSTのアーキテクチャ
daiki1003
1
650
Re:PandasAI:生成AIがデータ分析業務にもたらすパラダイムシフト【増補改訂版】
negi111111
1
1.1k
Vue :: Better Testing 2024
up1
1
410
DjangoNinjaで高速なAPI開発を実現する
masaya00
1
540
Featured
See All Featured
Thoughts on Productivity
jonyablonski
67
4.2k
Creatively Recalculating Your Daily Design Routine
revolveconf
217
12k
Designing with Data
zakiwarfel
98
5.1k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
4
120
Being A Developer After 40
akosma
84
590k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
Six Lessons from altMBA
skipperchong
26
3.4k
In The Pink: A Labor of Love
frogandcode
139
22k
Speed Design
sergeychernyshev
22
490
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.2k
Fontdeck: Realign not Redesign
paulrobertlloyd
81
5.2k
VelocityConf: Rendering Performance Case Studies
addyosmani
325
23k
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