Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cypress-io/cypress
/ functions
Functions
10,286 in github.com/cypress-io/cypress
⨍
Functions
10,286
◇
Types & classes
1,869
↓ 4 callers
Method
getMetadata
()
tooling/v8-snapshot/src/generator/snapshot-generate-entry-via-dependencies.ts:56
↓ 4 callers
Function
getNodeIdx
(type: CloudTypesWithId)
packages/data-context/test/graphql/stubCloudTypes.ts:54
↓ 4 callers
Function
getOnlyTestId
()
packages/driver/src/cypress/runner.ts:1400
↓ 4 callers
Method
getOrigin
(url: string)
packages/network-tools/lib/document-domain-injection.ts:68
↓ 4 callers
Function
getPathToExec
()
packages/electron/src/paths.ts:54
↓ 4 callers
Method
getPrivateKeyPath
(baseFilename: string)
packages/https-proxy/lib/ca.ts:283
↓ 4 callers
Function
getSessionsDir
()
cli/lib/cypress-sessions/store.ts:12
↓ 4 callers
Function
getTest
()
packages/driver/src/cypress/runner.ts:1365
↓ 4 callers
Function
guard
* Prevents a string from being colored "blue" when wrapped in the errTemplate * tag template literal
packages/errors/src/errTemplate.ts:231
↓ 4 callers
Function
handler
(result)
packages/driver/src/cross-origin/communicator.ts:47
↓ 4 callers
Function
handler
( event )
system-tests/projects/e2e/static/jquery.js:8148
↓ 4 callers
Function
incrementCounter
(initialCount: number)
packages/app/cypress/e2e/studio/helper.ts:77
↓ 4 callers
Function
indexOf
(list, elem)
packages/driver/cypress/fixtures/jquery-3.2.1.js:597
↓ 4 callers
Method
injectHtml
(ctx: unknown)
packages/network-interception/lib/ports/driven-ports.ts:34
↓ 4 callers
Method
interceptResponse
(ctx: unknown)
packages/network-interception/lib/ports/driven-ports.ts:25
↓ 4 callers
Function
internalError
(path, args)
packages/driver/src/cypress/commands.ts:30
↓ 4 callers
Function
invoke
(fnOrCode, params = [])
packages/runner/injection/timers.js:14
↓ 4 callers
Method
invokeSync
* Abstracts invoking a synchronous method on the CyPromptServer instance, so we can handle * errors in a uniform way
packages/server/lib/cloud/cy-prompt/CyPromptManager.ts:85
↓ 4 callers
Function
isAppOnly
({ capture }: { capture: Cypress.ScreenshotOptions['capture']})
packages/driver/src/cy/commands/screenshot.ts:313
↓ 4 callers
Method
isBundleError
(err: unknown)
packages/server/lib/cloud/bundles/bundle_error.ts:43
↓ 4 callers
Method
isCDPDisconnectedError
(error: MaybeCdpError)
packages/server/lib/browsers/cdp-protocol/cri-errors.ts:27
↓ 4 callers
Function
isContentEditable
(el: HTMLElement)
packages/driver/src/dom/elements/contentEditable.ts:10
↓ 4 callers
Method
isFullyQualifiedUrl
(url)
packages/driver/src/cypress/location.ts:143
↓ 4 callers
Function
isFunction
(obj)
packages/driver/src/config/jquery.scrollto.ts:31
↓ 4 callers
Function
isNonRetriableCertErrorCode
(errorCode: string | number)
packages/server/lib/cloud/network/non_retriable_cert_error_codes.ts:16
↓ 4 callers
Method
isNotDisabled
* Throws an error if `subject` is a disabled DOM element.
cli/types/cypress.d.ts:169
↓ 4 callers
Function
isOptgroup
(el)
packages/driver/src/dom/elements/elementHelpers.ts:47
↓ 4 callers
Function
isOption
(el)
packages/driver/src/dom/elements/elementHelpers.ts:43
↓ 4 callers
Function
isOriginAllowed
(origin: string | undefined, expectedPort: number | undefined)
packages/data-context/graphql/corsOriginDelegate.ts:23
↓ 4 callers
Function
isRecord
(value: TapJsonValue)
cli/lib/tap/render/console-props.ts:36
↓ 4 callers
Function
isSerializableInCurrentBrowser
(value: unknown)
packages/driver/src/util/serialization/index.ts:7
↓ 4 callers
Function
isSupportedKey
(key: string | number)
packages/types/src/automation.ts:54
↓ 4 callers
Function
isTrustedInternalLoopback
( headers: Record<string, string | string[] | undefined> | undefined, )
packages/server/lib/adapters/internal-routes.ts:32
↓ 4 callers
Function
isWithinShadowRoot
(node: HTMLElement)
packages/driver/src/dom/elements/shadow.ts:7
↓ 4 callers
Function
itHandlesFileOpening
({ getRunner, selector, file, stackTrace = false, previousClickSelector }: HandlesFileOpeningProps)
packages/reporter/cypress/support/utils.ts:20
↓ 4 callers
Function
jQuery
( selector, context )
system-tests/projects/e2e/static/jquery.js:95
↓ 4 callers
Function
launchBrowser
(url, opts = {})
system-tests/test/network_error_handling_spec.js:29
↓ 4 callers
Function
linearDelay
(inc: number)
packages/server/lib/util/async_retry.ts:55
↓ 4 callers
Function
log
(msg)
scripts/binary/build.ts:26
↓ 4 callers
Method
logout
()
packages/data-context/src/sources/CloudDataSource.ts:73
↓ 4 callers
Method
machineBrowsers
* Gets the browsers from the machine, caching the Promise on the coreData * so we only look them up once
packages/data-context/src/sources/BrowserDataSource.ts:81
↓ 4 callers
Function
markFunction
* Mark a function for special use by Sizzle * @param {Function} fn The function to mark
system-tests/projects/e2e/static/jquery.js:917
↓ 4 callers
Method
modify
( jsonPath: JSONPath, value: JsonValue | undefined, )
npm/cypress-schematic/src/schematics/utils/jsonFile.ts:78
↓ 4 callers
Function
move
(fromElViewport: ElViewportPosition, forceEl?: ForceEl)
packages/driver/src/cy/mouse.ts:216
↓ 4 callers
Method
nextAll
* Get all following siblings of each DOM element in a set of matched DOM elements. * * @see https://on.cypress.io/nextall
cli/types/cypress.d.ts:1669
↓ 4 callers
Method
nextUntil
* Get all following siblings of each DOM element in a set of matched DOM elements up to, but not including, the element provided. * * @see h
cli/types/cypress.d.ts:1688
↓ 4 callers
Function
normalizeHeaderName
(name: string)
packages/proxy/lib/adapters/synthetic-express-context.ts:14
↓ 4 callers
Function
normalizeResourceType
(resourceType: string | undefined)
packages/server/lib/browsers/cdp-protocol/normalize-resource-type.ts:8
↓ 4 callers
Function
noteTapFailure
(code: string)
cli/lib/tap/events.ts:70
↓ 4 callers
Method
notifyResponseEndedWithEmptyBody
(ctx: unknown, options: { isCached: boolean })
packages/network-interception/lib/ports/driven-ports.ts:45
↓ 4 callers
Method
notifyResponseStreamReceived
(ctx: unknown)
packages/network-interception/lib/ports/driven-ports.ts:43
↓ 4 callers
Method
onUncaughtException
({ handlerType, frameType, err, promise })
packages/driver/src/cypress/cy.ts:911
↓ 4 callers
Function
openExternal
(url: string)
packages/server/lib/gui/links.ts:7
↓ 4 callers
Function
parse
(ms)
packages/server/lib/util/human_time.ts:6
↓ 4 callers
Function
parseGrep
(titlePart: string, tags?: string)
npm/grep/src/utils.ts:144
↓ 4 callers
Function
parseHashFromBundleUrl
(url: string)
packages/server/lib/cloud/bundles/parse_hash_from_bundle_url.ts:1
↓ 4 callers
Function
parseIndex
(raw: string | undefined)
cli/lib/tap/utils.ts:15
↓ 4 callers
Method
pass
()
packages/driver/src/cypress/command.ts:25
↓ 4 callers
Function
path
(...paths: string[])
packages/server/lib/util/app_data.ts:148
↓ 4 callers
Function
preprocessLogLikeForSerialization
(props, attemptToSerializeFunctions = false)
packages/driver/src/util/serialization/log.ts:215
↓ 4 callers
Method
prev
* Get the immediately preceding sibling of each element in a set of the elements. * * @example * cy.get('nav').prev('a') // Yield pr
cli/types/cypress.d.ts:1839
↓ 4 callers
Method
pull
()
system-tests/lib/docker.ts:32
↓ 4 callers
Function
push
(test)
packages/driver/src/cypress/runner.ts:773
↓ 4 callers
Function
querySessionGraphql
(session: LiveSessionState, operation: TapGraphqlOperation<TResult>, timeoutMs: number = DEFAULT_QUERY_TIMEOUT
cli/lib/tap/session-gql.ts:48
↓ 4 callers
Function
queueRewriting
(opts: RewriteOpts)
packages/rewriter/lib/threads/index.ts:229
↓ 4 callers
Function
read
(result: unknown, options: TapCliOptions = { json: true } as TapCliOptions)
cli/test/lib/tap/frame.spec.ts:149
↓ 4 callers
Method
registerEvent
(event: string, callback: Function)
packages/data-context/src/data/EventRegistrar.ts:29
↓ 4 callers
Function
remove
()
packages/server/lib/util/app_data.ts:177
↓ 4 callers
Method
removeHeader
(name: string)
packages/proxy/lib/types.ts:58
↓ 4 callers
Method
removePendingRequest
(pendingRequest: PendingRequest)
packages/proxy/lib/http/util/prerequests.ts:360
↓ 4 callers
Method
removeSecurity
(ctx: unknown)
packages/network-interception/lib/ports/driven-ports.ts:36
↓ 4 callers
Method
render
()
system-tests/projects/protocol/src/components/HelloMars.jsx:5
↓ 4 callers
Function
request
(...args)
packages/driver/src/cy/commands/request.ts:82
↓ 4 callers
Function
requireScript
(script: string)
packages/server/lib/cloud/require_script.ts:8
↓ 4 callers
Method
resetForTesting
* Clears singleton state and signal listeners. Only for use from server unit tests * (when `global.IS_TEST` is set by spec_helper).
packages/server/lib/util/graceful-exit.ts:90
↓ 4 callers
Method
resetReporter
()
packages/app/src/runner/event-manager.ts:967
↓ 4 callers
Function
resolveComponentFrameworkDefinition
(definition: Cypress.ComponentFrameworkDefinition | Cypress.ThirdPartyComponentFrameworkDefinition)
packages/scaffold-config/src/frameworks.ts:232
↓ 4 callers
Function
resolveFrom
(from: string, obj = {})
packages/config/src/project/utils.ts:121
↓ 4 callers
Function
resolveLiveSession
(options: ResolveSessionOptions)
cli/lib/cypress-sessions/index.ts:141
↓ 4 callers
Function
run
(fileName: string, options?: any)
npm/webpack-batteries-included-preprocessor/test/e2e/features.spec.ts:10
↓ 4 callers
Function
runCypressInCypressMochaEventsTest
(snapToCompare: string, done: Mocha.Done)
packages/app/cypress/e2e/runner/support/mochaEventsUtils.ts:143
↓ 4 callers
Function
runSpec
({ fileName, projectName }: { fileName: string, projectName?: ProjectFixtureDir })
packages/app/cypress/e2e/runner/support/spec-loader.ts:102
↓ 4 callers
Function
runTap
(args: string[], cwd: string, cacheFolder = CACHE_FOLDER)
system-tests/lib/tap-open.ts:93
↓ 4 callers
Function
scaffoldMigrationProject
(project: typeof fixtureDirs[number])
packages/data-context/test/unit/helper.ts:33
↓ 4 callers
Function
screencastOpts
(everyNthFrame = Number(process.env.CYPRESS_EVERY_NTH_FRAME || 5))
packages/server/lib/browsers/cdp-protocol/cdp_automation.ts:35
↓ 4 callers
Function
selectTestAttempt
(runner: Pick<TapTestsRunner, 'getTestState'>, testId: string, attempt?: number)
packages/app/src/tap/test-state.ts:47
↓ 4 callers
Function
send
(event, props, resolve?)
packages/driver/src/cy/commands/screenshot.ts:352
↓ 4 callers
Function
serializeError
(err: Error & Partial<SerializedError>)
packages/server/lib/plugins/util.ts:40
↓ 4 callers
Function
set
(cohort: Cohort)
packages/server/lib/cohorts.ts:22
↓ 4 callers
Method
setContainer
(container: Element, onUserScroll?: UserScrollCallback)
packages/reporter/src/lib/scroller.ts:29
↓ 4 callers
Method
setHeader
(name: string, value: HeaderValue)
packages/proxy/lib/adapters/synthetic-express-context.ts:211
↓ 4 callers
Method
setInjectionLevel
(ctx: unknown)
packages/network-interception/lib/ports/driven-ports.ts:32
↓ 4 callers
Method
setPreRequestTimeout
(timeout: number)
packages/server/lib/server-base.ts:309
↓ 4 callers
Function
setProjectFlag
(name: keyof UserProjectStatusState['project'], newVal: boolean)
packages/frontend-shared/src/store/user-project-status-store.ts:125
↓ 4 callers
Method
setRelaunchBrowser
(relaunchBrowser: boolean)
packages/data-context/src/sources/ProjectDataSource.ts:276
↓ 4 callers
Method
setRootContext
(rootContextObject?: contextObject)
packages/telemetry/src/telemetry/index.ts:46
↓ 4 callers
Method
setSpecs
(specs: string[])
packages/data-context/src/sources/GitDataSource.ts:159
↓ 4 callers
Method
setTestingType
(testingType: TestingType | null)
packages/data-context/src/data/ProjectConfigManager.ts:113
↓ 4 callers
Function
setupCyInCyVariables
()
packages/frontend-shared/cypress/tasks/cy-in-cy-variables.ts:1
↓ 4 callers
Function
shouldSkipBunSystemTests
()
system-tests/test/bun_support.ts:34
← previous
next →
701–800 of 10,286, ranked by callers