Giter Site home page Giter Site logo

jayanagunaweera01 / automating-product-migration-testing Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 71.52 MB

This project aims to automate the testing process of the migration client for WSO2 Identity Server when migrating between different product versions.

License: Apache License 2.0

Shell 63.67% TSQL 36.02% PowerShell 0.31%
automation-testing identity-server migration wso2

automating-product-migration-testing's Introduction

Typing SVG

Hey πŸ‘‹, I'm Jayana Gunaweera

Glad to see you here Β  profile visitors!

I'm a third year SE undergraduate πŸŽ“ from IIT Sri Lanka πŸ›. I'm a passionate learner who's always willing to learn and work across technologies and domains πŸ’‘. I love to explore new technologies and leverage them to solve real-life problems ✨. Apart from that I also love creating arduino and robotics related stuffs πŸ‘¨πŸ»β€πŸ’». I'm currently into Web Development πŸ•ΈοΈ and working on my Data Structures and Algorithms πŸ€“.

Talking about Personal Stuffs:

Github
  • πŸ›  Β  I am currently working as a Software Engineering Intern @ WSO2 (IAM Team)
  • πŸš€ Β  I’m currently learning Full Stack Development and IAM domain in more detail.
  • πŸ‘¨πŸ»β€πŸ’» Β  Most of my projects are available on Github.
  • πŸ’¬ Β  Ask me about anything here! I am happy to help.
  • πŸ‘Ύ Β  Fun fact: I have contributed to open source projects in 3 different countries and counting!.
  • πŸ“« Β  How to reach me: [email protected].
  • πŸ“ Β  Checkout my Blog.

My Absolute Favorites:

  • πŸ’» Β  I love exploring new tech stack and building cool stuffs.
  • πŸ“° Β  Reading & writing tech blogs whenever possible.
  • πŸ• Β  Hackathons, meetups & tech events.
  • πŸ₯‡ Below are my Hacktober Fest Badges An image of @jayanagunaweera01's Holopin badges, which is a link to view their full Holopin profile

Dev Passions:



Languages and Tools:

cpp python javascript nodejs expressjs react graphql sql mongodb git terminal

flutter android css3 dart docker figma firebase gcp html5 illustrator invision java jenkins jest kotlin nodejs photoshop postman redis redux sketch swift typescript xd

Projects and Dev Stuffs:

⚑ Github Stats
β˜„οΈ Github Streaks
πŸ† GitHub Trophies

trophy


βš™οΈ Things I use to get stuff done
  • OS: Ubuntu 20.04
  • Laptop: Asus notebook (i7)
  • Browser: Firefox Developer Edition
  • Terminal: ZSH: Oh My Zsh (PowerLevel10k)
  • Code Editor: VSCode - The best editor out there.
  • To Stay Updated: Dev.to, Medium, Linkedin and Twitter.

✍️ Write something nice in my guest book:

Guest book

automating-product-migration-testing's People

Contributors

jayanagunaweera01 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

automating-product-migration-testing's Issues

Error in config change - removing UserStorePasswordMigrator from migration config yaml

Need to revisit below code block which is written to comment all all occurrences of UserStorePasswordMigrator
in migration config.yaml

  #if [ "$migratingVersion" = "6.0.0" ] || [ "$migratingVersion" = "6.1.0" ] || [ "$migratingVersion" = "6.2.0" ]; then
  # cd "$MIGRATION_RESOURCES_NEW_IS_UBUNTU"
  #  migration_config_file="$MIGRATION_RESOURCES_NEW_IS_UBUNTU/migration-config.yaml"

  #  if [ -f "$migration_config_file" ]; then
  # Find the line numbers of the occurrences of "UserStorePasswordMigrator"
  #    line_numbers=$(grep -n "UserStorePasswordMigrator" "$migration_config_file" | cut -d ":" -f 1)
  #
  #   if [ -n "$line_numbers" ]; then
  #     # Loop through each line number and comment the line, as well as the lines below it until a line without any letter
  #      IFS=$'\n' read -d '' -r -a line_number_array <<<"$line_numbers"
  #      for line_number in "${line_number_array[@]}"; do
  #        sed -i.bak "${line_number}s~^~#~" "$migration_config_file"
  #        for ((next_line = line_number + 1; ; next_line++)); do
  #          line=$(sed -n "${next_line}p" "$migration_config_file")
  #          if [[ ! $line =~ [[:alpha:]] ]]; then
  #            break
  #          fi
  #          sed -i.bak "${next_line}s~^~#~" "$migration_config_file"
  #        done
  #     done
  #     rm "$migration_config_file.bak"
  #
  #     echo "${GREEN}==> Commented all occurrences of UserStorePasswordMigrator and the lines below them until a line without any letter in the migration-config.yaml file.${RESET}"
  #    else
  #      echo "${RED}==> Failed to find any occurrences of UserStorePasswordMigrator in the migration-config.yaml file.${RESET}"
  #    fi
  #  else
  #    echo "${RED}==> migration-config.yaml file not found.${RESET}"
  #  fi
  #fi
  

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.