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

Block or report lynix28

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
lynix28/README.md

Hi there ๐Ÿ‘‹

It's a personal space to put down my notes / interest and tell me about how far I'm learning about code stuff especially for testing an app as a QA Engineer. If you want to know about it and learn about it, and the instructions in the README didn't help you, you can tell me to complete or add an explanation. Let's learn and grow together ๐Ÿš€

WHAT HAVE I ADDED UNTIL NOW ?
*The CI Status is shown about Test Runs pipeline status. Yes, I put the proof of concept about the projects
*I made my own Docker Image to run my tests, you can check my repository or go here โ†’ My Docker Hub (Only for personal use)

Type Tools CI Status
API Testing MochaJS - Supertest CircleCI
Postman CircleCI
CucumberJS - Supertest pipeline status
TestNG - RestAssured Github Action
Karate Framework Github Action
MochaJS - GRPC JS CircleCI
K6 CircleCI
Web UI Testing Robot Framework Browser CircleCI
WebdriverIO CircleCI
Playwright CircleCI
Selenium pipeline status
Mobile UI Testing WebdriverIO CircleCI
Katalon Not Ready
Performance Testing Grafana K6 CircleCI
Apache JMeter CircleCI
Locust Not Ready

Pinned

  1. web-playwright-example web-playwright-example Public

    WebUI automation test example project with Playwright

    Python

  2. mobileui-appium-wdio-example mobileui-appium-wdio-example Public

    Mobile UI Automation Test Project Example with Appium + WebdriverIO

    JavaScript 1

  3. grpc-node-k6-example grpc-node-k6-example Public

    GRPC automation test example with NodeJS (as Server) and K6 by Grafana Labs (as Client)

    JavaScript 1

  4. loadtest-k6-example loadtest-k6-example Public

    API Load testing example using K6 by Grafana Labs

    JavaScript 1

  5. api-cucumberjs-example api-cucumberjs-example Public

    API automation testing project using CucumberJS

    JavaScript 1

  6. api-testng-example api-testng-example Public

    API automation test project example using TestNG

    Java