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
46
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
100
You shall not pass!? A short story of customizable login experiences
leichteckig
0
56
Access Granted!
leichteckig
0
99
Who are vue? Authn in Vue, the important parts
leichteckig
0
80
Vue Fortified: Best Practices for Web App Security
leichteckig
0
140
It's a (testing) trap! - Common end-to-end pitfalls and how to solve them
leichteckig
0
170
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
70
Other Decks in Programming
See All in Programming
UMAPをざっくりと理解 / Overview of UMAP
kaityo256
PRO
3
1.5k
2ヶ月で生産性2倍、お買い物アプリ「カウシェ」4チーム同時改善の取り組み
ike002jp
1
120
Global Azure 2025 @ Kansai / Hyperlight
kosmosebi
0
140
VibeCoding時代のエンジニアリング
daisuketakeda
0
130
ぽちぽち選択するだけでOSSを読めるVSCode拡張機能
ymbigo
13
6.1k
LRパーサーはいいぞ
ydah
6
1.2k
「理解」を重視したAI活用開発
fast_doctor
0
290
ウォンテッドリーの「ココロオドル」モバイル開発 / Wantedly's "kokoro odoru" mobile development
kubode
1
290
監視 やばい
syossan27
12
10k
Ruby で作る RISC-V CPU エミュレーター / RISC-V CPU emulator made with Ruby
hayaokimura
5
950
Jakarta EE Meets AI
ivargrimstad
0
850
iOSアプリで測る!名古屋駅までの 方向と距離
ryunakayama
0
150
Featured
See All Featured
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
700
The Art of Programming - Codeland 2020
erikaheidi
54
13k
Making Projects Easy
brettharned
116
6.2k
Code Review Best Practice
trishagee
67
18k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
45
9.5k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
13
840
Why Our Code Smells
bkeepers
PRO
336
57k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
331
21k
Automating Front-end Workflow
addyosmani
1370
200k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.7k
The Invisible Side of Design
smashingmag
299
50k
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