Skip to content
View fityanos's full-sized avatar
🏗️
🏗️

Organizations

@tajawal
Block or Report

Block or report fityanos

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more aboutblocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more aboutreporting abuse.

Report abuse

Pinned Loading

  1. awesome-quality-assurance-roadmap awesome-quality-assurance-roadmapPublic

    📚 The starting point of your career as a Software Quality Assurance Engineer | Quality Automation Engineer 📚

    1.8k 321

  2. connecting mysql to your cypress tests connecting mysql to your cypress tests
    1
    ###Verify if you have MYSQL
    2
    
    
    3
    1- Through your terminal, make sure that you have`mysql`by running:
    4
    ```bash
    5
    which mysql
  3. upload images through API Cypress.io upload images through API Cypress.io
    1
    You need to create a`js`file to build your helper funnction
    2
    
    
    3
    ```js
    4
    exportfunctionXMLHttp_request(method,url,token,formData,done) {
    5
    constxhr=newXMLHttpRequest();
  4. Handling HTML view during API testin... Handling HTML view during API testing with Iframe - Cypress
    1
    /// <reference types= "Cypress" />
    2
    
    
    3
    /**
    4
    *
    5
    * @returns
  5. barcode-and-qrcode-cypress.md barcode-and-qrcode-cypress.md
    1
    Testing and validating the redirection/URL of a QR Code is essential for a Test Engineer as you don't want to lose a chance of downloading your business App or even worse redirect to broken/wrong one
    2
    
    
    3
    **How to achieve this:**
    4
    
    
    5
    1- You need to install some dependencies which include a module that have API to decode QR Code/Barcode and read it for Cypress.io
  6. tarjimly tarjimlyPublic

    Simple CLI for translation build on top of MyMemory-Translated

    JavaScript