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

Block or report graffhyrum

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 Loading

  1. waitForMutationToStop.ts waitForMutationToStop.ts
    1
    import {Locator} from '@playwright/test';
    2
    
                  
    3
    /**
    4
     * Wait for `elem` to have no mutations for a period of
    5
     * `noMutationDuration` ms. If `timeout` ms elapse without a "no mutation"
  2. annotation_list.ts annotation_list.ts
    1
    //annotation_list.ts
    2
    
                  
    3
    export const ANNOTATIONKEY = ['fixme', 'skip', 'fail', 'slow'] as const;
    4
    export type AnnotationKey = (typeof ANNOTATIONKEY)[number];
    5
    type Defect = {
  3. playwright-json-summary-reporter playwright-json-summary-reporter Public

    Forked from playwrightsolutions/playwright-json-summary-reporter

    Playwright JSON Summary reporter

    TypeScript

  4. playwright-project-demo playwright-project-demo Public

    TypeScript

  5. Pathrise-Scraper Pathrise-Scraper Public

    A side project to scrape my Pathrise pipeline and fill out unemployment forms for me.

    TypeScript

  6. pendragon-website pendragon-website Public

    My portfolio website, written in Rust and hosted on shuttle.rs

    Rust