The video contains the details about
1) Cy.visit with different options available like pageload time out, post request , basic auth , failon status code.
2)Perform browser back , forword and reload page operations in cypress
3) Use of cypress.config.js file for baseurl
4) Using beforeach block to execute login functionality before each test.