Skip to content

Instantly share code, notes, and snippets.

View mpahuja's full-sized avatar

Manoj Pahuja mpahuja

  • Nextdoor
  • San Francisco, CA
View GitHub Profile
@mpahuja
mpahuja / Timeouts.swift
Created September 24, 2019 16:43
Timeouts Enum
import Foundation
/// Common semantic timeout values for UI interactions
public enum UITestTimeout {
/// Time interval for alerts to appear
case alertAppear
/// Time interval for elements to appear
case elementAppear
/// Five second time interval
case fiveSeconds
@mpahuja
mpahuja / cypress_install_logs.txt
Created November 7, 2019 06:17
Cypress Install issues with CYPRESS_INSTALL_BINARY set as an environment
mpahuja-mbp151:test mpahuja$ DEBUG=cypress:cli CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/desktop/3.4.1/darwin-x64/cypress.zip npm i cypress
> cypress@3.6.0 postinstall /Users/mpahuja/opensource/test/node_modules/cypress
> node index.js --exec install
cypress:cli installing Cypress from NPM +0ms
cypress:cli installing with options {} +0ms
cypress:cli version in package.json is 3.6.0 +0ms
cypress:cli Using CYPRESS_INSTALL_BINARY from environment variable +0ms
cypress:cli Using CYPRESS_INSTALL_BINARY from environment variable +0ms