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 about blocking 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 about reporting abuse.

Report abuse

Pinned

  1. awesome-quality-assurance-roadmap awesome-quality-assurance-roadmap Public

    ๐Ÿ“š The starting point of your career as a Software Quality Assurance Engineer | Quality Automation Engineer ๐Ÿ“š

    1.7k 310

  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
    export function XMLHttp_request(method, url, token, formData, done) {
    5
      const xhr = new XMLHttpRequest();
  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 tarjimly Public

    Simple CLI for translation build on top of MyMemory-Translated

    JavaScript