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

Block or report debkidder

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. cypress-pom-for-my-techtryout-site cypress-pom-for-my-techtryout-site Public

    Got bored with creating tests for other sites, so I added more functionality to my techtryout.com site and created Cypress tests against it.

    JavaScript

  2. selenium-java-POM selenium-java-POM Public

    A test framework I created (for a random test site) by combining the things I liked best about different tutorials on OO testing: 1) Page Object Model design pattern, 2) using a config file, 3) Web…

    HTML

  3. selenium-java-POM-with-interface-and-parallel-tests selenium-java-POM-with-interface-and-parallel-tests Public

    This is where I continued incorporating intermediate/advanced concepts into my test framework in order to solidify what I learned about multi-threading and creating interfaces (a couple different w…

    HTML

  4. cuke-mvn-junit-project cuke-mvn-junit-project Public

    From a Tutorial (I also recently did a similar tutorial with Pytest-BDD. So far, I seem to prefer using other ways to make tests human-readable, such as method-chaining.)

    Java

  5. test-tryout test-tryout Public

    A super-basic program I created several years ago to try out what I had been learning in Java.

    Java 1

  6. js-flashcards js-flashcards Public

    A small flashcard app created in vanilla js (borrowing core logic of question position from a tutorial). Setting up Actions for it (and troubleshooting, lol).

    JavaScript