Login Page Assertions

What is the syntax for assertions for login Page using mocha framework webdriver i/o with JavaScript technology

Hey Laxmi,

The WDIO testrunner comes with a built-in assertion library, providing Matchers functionality for powerful assertions on various aspects of the browser and elements within your (web) application.

You can refer to the below link for the login page assertion syntax using Mocha and WebdriverIO: