Skip to content
View joydeep100's full-sized avatar
Block or Report

Block or report joydeep100

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. pysel pysel Public

    Selenium implementation with Python & Behave!

    Python 1

  2. RobotApiTest RobotApiTest Public

    A Data Driven framework for RESTFUL API Testing using Robot Framework.

    RobotFramework

  3. cypdemoprj cypdemoprj Public

    Cypress FW for UI & REST API Testing using Cucumber & POM!

    JavaScript 4

  4. blueci blueci Public

    Continuous Integration using Jenkins BlueOcean + Github + Ubuntu & RobotFramework!

    1

  5. learnCode learnCode Public

    Learning programming through code examples!

    Python

  6. Script to extract file name, scenari... Script to extract file name, scenario and tags in a properly delimited format. Helped to pull data instead of doing manually and identify redundant tags.
    1
    #!/bin/sh
    2
    
                  
    3
    files=`ls *.feature|sort`
    4
    tags_to_include='@smoke|@regression'
    5