Tag: Cypress

๐–๐ก๐ข๐œ๐ก ๐Ž๐ง๐ž ๐’๐ก๐จ๐ฎ๐ฅ๐ ๐˜๐จ๐ฎ ๐‹๐ž๐š๐ซ๐ง ๐Ÿ๐ข๐ซ๐ฌ๐ญ ๐›๐ž๐ญ๐ฐ๐ž๐ž๐ง ๐’๐ž๐ฅ๐ž๐ง๐ข๐ฎ๐ฆ, ๐‚๐ฒ๐ฉ๐ซ๐ž๐ฌ๐ฌ & ๐๐ฅ๐š๐ฒ๐ฐ๐ซ๐ข๐ ๐ก๐ญ?

๐ŸŽฏ If you’re a beginner or frontend QA: โžก๏ธ Start with Cypress โ€ข Easy to set up, intuitive syntax, fast feedback โ€ข In-demand in modern web companies using React/Angular/Vue ๐ŸŽฏ If you’re targeting large enterprises or Java-heavy roles:…

Read More »

How to delete previous downloaded files in Cypress

To delete previous downloaded files in Cypress, you can use the fs (file system) module to delete the files before each test run. First, you will need to install the fs module by running the following command in…

Read More »

Generate Cypress MochAwesome Reporter

MochAwesome Reporter

    Cypress compatibility: node >= 14Cypress >= 6.7.0 Setup: or or command line import ‘cypress-mochawesome-reporter/register’; const { defineConfig } = require(‘cypress’); module.exports = defineConfig({ reporter: ‘cypress-mochawesome-reporter’, reporterOptions: { charts: true, reportPageTitle: ‘custom-title’, embeddedScreenshots: true, inlineAssets: true, saveAllAttempts: false,…

Read More »

Cypress Studio and it’s usage?

No Picture

Problem Statement We donโ€™t have any way in cypress where we can create test cases without writing any code and it was a bit tough to understand the various actions /commands in cypress, especially for new users. Solution Cypress.io…

Read More »