Skip to content

Instantly share code, notes, and snippets.

View ShogunPanda's full-sized avatar

Paolo Insogna ShogunPanda

View GitHub Profile
@ShogunPanda
ShogunPanda / oidc.test.ts
Created August 29, 2025 11:24
npm-automated-oidc-setup.ts
// Run via npx playwright test --headed oidc.test.ts
import { expect, test } from '@playwright/test'
const packages = [
/*
Define packages here - format:
{
name: '', // package name without @
organization: '',