What do you know about...
describe()
The describe() function is used to group related test cases into a test suite.
What do you know about...
grep()
The grep() function is used to filter the test cases by their name.
What do you know about...
afterEach()
The afterEach() function is used to define a teardown function that will run after each test case in a test suite.
What do you know about...
after()
The after() function is used to define a teardown function that will run once after all the test cases in a test suite.
What do you know about...
skip()
The skip() function is used to skip a test case.
What do you know about...
beforeEach()
The beforeEach() function is used to define a setup function that will run before each test case in a test suite.
What do you know about...
before()
The before() function is used to define a setup function that will run once before all the test cases in a test suite.
What do you know about...
bail()
The bail() function is used to stop running tests after the first failure.
What do you know about...
retries()
The retries() function is used to define the number of times a failed test case should be retried.
What do you know about...
fullTrace()
The fullTrace() function is used to show the full stack trace for failed tests.
What do you know about...
only()
The only() function is used to run only a specific test case or test suite.
What do you know about...
timeout()
The timeout() function is used to define a time limit for a test case.
What do you know about...
reporter()
The reporter() function is used to set the reporter for the test reports.
What do you know about...
it()
The it() function is used to define a test case within a test suite.
What do you know about...
invert()
The invert() function is used to invert the result of the grep() function.
Web Development Courses
-
Build professional projects for your portfolio
-
Master CSS, HTML and JavaScript
-
Learn to use popular frontend frameworks and libraries such as Vue.js, React.js, Bootstrap and Tailwind CSS
Web Development Quizzes
-
Flexible study option that you can access anytime
-
Helps you identify areas that need improvement.
-
Topics such as HTML, CSS, JavaScript, responsive design, accessibility, and more
Frontend Developer Challenges
-
Suitable for frontend web developers of all levels
-
Encourages you to think outside the box
-
A great way to practice and apply your knowledge in a real-world context
Free Website Templates
-
Saves you time and effort by providing ready-to-use templates
-
Strong foundation for building your own custom websites
-
Perfect for learners who want to experiment with different designs and layouts
Frontend HTML Snippets
-
Saves you time and effort by providing ready-to-use code
-
Wide range of components, such as navbar, carousel, modal, and more
-
Library of HTML code snippets to streamline your frontend web development workflow
Frontend Tech Terminology
-
Suitable for learners of all levels
-
Comprehensive glossary of frontend web development terms
-
Covers key concepts and terminology related to HTML, CSS, JavaScript, responsive design, accessibility, and more
Bootstrap Utility API Guide
-
A comprehensive guide to Bootstrap's utility API
-
Provides practical examples and code snippets
-
A valuable resource for building responsive and accessible websites with Bootstrap