Pinned Loading
-
selenium-frameworks
selenium-frameworks PublicThis repository contains multiple selenium based testing frameworks
Java
-
Appium-Mobile-App-Testing
Appium-Mobile-App-Testing PublicCentral knowledge hub for all the Appium concepts from very basic to super advanced Appium usage and automation frameworks.
-
REST-Assured-API-Testing
REST-Assured-API-Testing PublicThis repo contains the code for REST Assured API automation test frameworks.
-
js-testing-practical-guide
js-testing-practical-guide PublicThis repo contains the code snapshots and notes taken from the JavaScript Unit Testing - The Practical Guide course from Academind
-
Cypress-Framework
Cypress-Framework PublicTest automation framework built with Cypress and Javascript that follows Page Object Model (POM) design pattern
35 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Activity overview
Contribution activity
March 2025
Created an issue in assertj/assertj that received 2 comments
SoftAssertions -> Pass Test if any of the assertion is passed
Feature summary I have a scenario in which I would like to pass the test if any of the assertion within a set of SoftAssertions passes. I could not…