Learn how to write Cypress tests and how to organize tests inside suite of tests.
Cypress comes bundled with other testing tools, one of them being Mocha. As a result, it uses Mocha's BDD syntax. All of the tests that are written in Cypress rely on the fundamental harness Mocha provides, as shown below.
describe()
context()
it()
before()
beforeEach()
afterEach()
after()
.only()
.skip()
😀 Subscribe for weekly videos! 👍
📑 CHAPTERS
0:00 ~ Intro
0:17 ~ describe() Function
0:57 ~ How To Create A Test Suite
1:54 ~ Sample Test Suite
👩🎓 COURSES
☕ Java For Absolute Beginners https://bit.ly/learn-java2022
⏯ PLAYLISTS
☑️ Automation Fundamentals https://bit.ly/2QbN7qm
☑️ Automation Tools https://bit.ly/2OFj4qO
☑️ Cypress https://bit.ly/3f9qH2m
☑️ Extent Reports https://bit.ly/3nXlTSg
☑️ General WebDriver https://bit.ly/2Z3tG7y
☑️ Intro to WebDriver https://bit.ly/3gb5Jlx
☑️ Intermediate WebDriver https://bit.ly/2OBTR0r
☑️ Java https://bit.ly/3sBuI7M
☑️ Selenium 4 https://bit.ly/2VQ1lA9
☑️ Version Control https://bit.ly/3CvHplU
☑️ Web Element Locators https://bit.ly/2QfDGpK
📫 LET'S CONNECT!
☑️ https://linktr.ee/automateNow
🔗 REFERENCES
☑️ Mocha Article https://bit.ly/3rVueaj
☑️ Cypress Documentation https://bit.ly/3Hc6dSM