Skip to content

Instantly share code, notes, and snippets.

View kutnickclose's full-sized avatar

Tim Kutnick kutnickclose

View GitHub Profile
@kutnickclose
kutnickclose / cypress_launcdarkly.ts
Last active January 26, 2022 18:23
Cypress + Launchdarkly
// all code in cypress/support/commands.ts
// Convert this file to a module for global namespace declaration
export {};
declare global {
namespace Cypress {
interface Chainable {
/**
* Custom command to set launchdarkly feature flag values.
* @example cy.updateFeatureFlags({ 'flag-name': false})