Q & A -Set 2

Questions

  1. Which framework Structure is used in Cypress?
  2. Which Assertion library bundled with cypress?
  3. What are the prerequisite for Project setup?
  4. How to do Cypress Installation?
  5. Where is the default location to keep all your reusable commands?
  6. Where is the default location to keep all data?
  7. Where can we see all project dependencies?
  8. How many ways we can able to execute spec file in Cypress?
  9. How to Open the Cypress Test Runner?
  10. How to Run your Spec files Through CLI?
  11. What is the default mode and browser choice in Cypress?
  12. How to enable Auto suggestion in script level -Cypress in Vscode?
  13. How to enable Auto suggestion in Project level -Cypress in Vscode?
  14. How to enable Autosuggestion in Cypress.json file?
  15. When Video and Screenshot will save automatically?


Answers

  1. Mocha Framework
  2. Mocha and Chai Library
  3. Vscode and node.js
  4. npm install Cypress
  5. cypress/support/commands.js
  6. cypress/Fixtures
  7. package.json
  8. 2 Ways -Test Runner and CLI
  9. npx Cypress Open
  10. npx Cypress run
  11. Headless and Electron
  12. /// <reference types="cypress" /> 
  13. Add jsconfig.json in project level
  14. "$schema": "https://on.cypress.io/cypress.schema.json"
  15. Execute via CLI

No comments:

Post a Comment

Lets Start...............

Cypress

Syllabus Q & A Set -1 Q & A Set -2