Repository Analysis

cypress-io/cypress

Fast, easy and reliable testing for anything that runs in a browser.

1.0 Likely human-written View on GitHub
1.0
Adjusted Score
1.0
Raw Score
100%
Time Factor
2026-05-30
Last Push
49,656
Stars
TypeScript
Language
690,639
Lines of Code
5638
Files
406
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 21HIGH 5MEDIUM 23LOW 357

Pattern Findings

406 matches across 10 categories. Click a row to expand file-level details.

Hallucination Indicators21 hits · 210 pts
SeverityFileLineSnippet
CRITICALsystem-tests/projects/e2e/static/jquery.js7441jQuery.each( jQuery.expr.match.bool.source.match( /\w+/g ), function( i, name ) {
CRITICALpackages/app/cypress/e2e/specs_list_latest_runs.cy.ts479 obj.result.data.cloudProjectBySlug.runsByCommitShas.shift({
CRITICALpackages/app/cypress/e2e/runs.cy.ts426 cy.contains(defaultMessages.runs.connect.errors.internalServerError.description.replace('{0}', 'Support Page'))
CRITICALpackages/app/cypress/e2e/runs.cy.ts951 obj.result.data.cloudProjectBySlug.runs.nodes.map((run) => {
CRITICALpackages/app/cypress/e2e/runs.cy.ts955 obj.result.data.cloudProjectBySlug.runs.nodes = obj.result.data.cloudProjectBySlug.runs.nodes.slice(0, 3)
CRITICALpackages/app/cypress/e2e/specs.cy.ts347 .and('contain', defaultMessages.createSpec.page.customPatternNoSpecs.description.split('{0}')[0])
CRITICALpackages/app/cypress/e2e/specs.cy.ts699 .and('contain', defaultMessages.createSpec.page.customPatternNoSpecs.description.split('{0}')[0])
CRITICAL…c/specs/banners/ComponentTestingAvailableBanner.cy.tsx27 cy.contains(defaultMessages.specPage.banners.componentTesting.title.replace('{0}', framework.name)).should('be.vis
CRITICALpackages/driver/cypress/e2e/commands/assertions.cy.js1098 expect($el).to.be.visible.and.have.id('list')
CRITICALpackages/data-context/src/actions/ProjectActions.ts467 const baseUrlWarning = this.ctx.coreData.diagnostics.warnings.find((e) => e.cypressError.type === 'CANNOT_CONNECT_BA
CRITICALpackages/data-context/src/actions/CodegenActions.ts180 return this.ctx.coreData.wizard.frameworks.find((framework) => framework.configFramework === config?.component?.devS
CRITICALpackages/data-context/src/actions/AppActions.ts19 await this.ctx._apis.appApi.appData.remove()
CRITICALpackages/data-context/src/actions/AppActions.ts23 await this.ctx._apis.appApi.appData.ensure()
CRITICALpackages/data-context/src/actions/WizardActions.ts23 const next = this.ctx.coreData.wizard.frameworks.find((x) => x.type === framework?.type)
CRITICALpackages/data-context/src/actions/WizardActions.ts234 const mountModule = await this.ctx.coreData.wizard.chosenFramework.mountModule(this.projectRoot)
CRITICALpackages/data-context/src/sources/WizardDataSource.ts16 ...(await this.ctx.coreData.wizard.chosenFramework.dependencies(
CRITICALpackages/data-context/src/data/ProjectConfigManager.ts227 const frameworks = this.options.ctx.coreData.wizard.frameworks.filter((x) => x.configFramework === devServerOptions.
CRITICALpackages/server/test/unit/browsers/electron_spec.ts518 this.win.webContents.session.on.withArgs('will-download').yields({}, downloadItem)
CRITICALpackages/server/test/unit/browsers/electron_spec.ts542 this.win.webContents.session.on.withArgs('will-download').yields({}, downloadItem)
CRITICALpackages/server/test/unit/browsers/electron_spec.ts563 this.win.webContents.session.on.withArgs('will-download').yields({}, downloadItem)
CRITICALpackages/server/test/unit/browsers/electron_spec.ts794 this.win.webContents.session.getUserAgent.callsFake(() => userAgent)
Over-Commented Block178 hits · 178 pts
SeverityFileLineSnippet
LOWtooling/v8-snapshot/src/blueprint/globals-strict.js1//
LOWcli/types/cypress.d.ts3461 interface DefineDevServerConfig {
LOWcli/types/index.d.ts1// Project: https://www.cypress.io
LOWcli/types/index.d.ts21// jQuery includes dependency "sizzle" that provides types
LOWsystem-tests/test/record_spec.js1501 // return systemTests.exec(this, {
LOW…/plugin-returns-bad-config/cypress/support/commands.js1// ***********************************************
LOW…/plugin-returns-bad-config/cypress/support/commands.js21// Cypress.Commands.add("dismiss", { prevSubject: 'optional'}, (subject, options) => { ... })
LOW…jects/plugin-returns-bad-config/cypress/support/e2e.js1// ***********************************************************
LOW…ne/expected-cypress-ts-e2e/cypress/support/commands.ts1/// <reference types="cypress" />
LOW…ne/expected-cypress-ts-e2e/cypress/support/commands.ts21// -- This is a dual command --
LOW…ristine/expected-cypress-ts-e2e/cypress/support/e2e.ts1// ***********************************************************
LOW…ss-js-e2e-without-fixtures/cypress/support/commands.js1// ***********************************************
LOW…ss-js-e2e-without-fixtures/cypress/support/commands.js21// Cypress.Commands.add('dismiss', { prevSubject: 'optional'}, (subject, options) => { ... })
LOW…cypress-js-e2e-without-fixtures/cypress/support/e2e.js1// ***********************************************************
LOW…ne/expected-cypress-js-e2e/cypress/support/commands.js1// ***********************************************
LOW…ne/expected-cypress-js-e2e/cypress/support/commands.js21// Cypress.Commands.add('dismiss', { prevSubject: 'optional'}, (subject, options) => { ... })
LOW…ristine/expected-cypress-js-e2e/cypress/support/e2e.js1// ***********************************************************
LOW…ests/projects/no-specs-vue/cypress/support/commands.ts1/// <reference types="cypress" />
LOW…ests/projects/no-specs-vue/cypress/support/commands.ts21// -- This is a dual command --
LOW…sts/projects/no-specs-vue/cypress/support/component.ts1// ***********************************************************
LOW…tem-tests/projects/no-specs-vue/cypress/support/e2e.ts1// ***********************************************************
LOWsystem-tests/projects/cypress-expose/tsconfig.json1{
LOW…rojects/nextjs-configured/cypress/support/component.js1// ***********************************************************
LOW…projects/nextjs-configured/cypress/support/commands.js1// ***********************************************
LOW…projects/nextjs-configured/cypress/support/commands.js21// Cypress.Commands.add('dismiss', { prevSubject: 'optional'}, (subject, options) => { ... })
LOW…onfig-with-invalid-browser/cypress/support/commands.js1// ***********************************************
LOW…onfig-with-invalid-browser/cypress/support/commands.js21// Cypress.Commands.add("dismiss", { prevSubject: 'optional'}, (subject, options) => { ... })
LOW…cts/config-with-invalid-browser/cypress/support/e2e.js1// ***********************************************************
LOW…ts/angular-cli-configured/cypress/support/component.ts1// ***********************************************************
LOW…m-tests/projects/no-specs/cypress/support/component.js1// ***********************************************************
LOW…em-tests/projects/no-specs/cypress/support/commands.js1// ***********************************************
LOW…em-tests/projects/no-specs/cypress/support/commands.js21// Cypress.Commands.add('dismiss', { prevSubject: 'optional'}, (subject, options) => { ... })
LOW…s/projects/plugin-code-coverage/cypress/support/e2e.js1// ***********************************************************
LOW…in-returns-invalid-browser/cypress/support/commands.js1// ***********************************************
LOW…in-returns-invalid-browser/cypress/support/commands.js21// Cypress.Commands.add("dismiss", { prevSubject: 'optional'}, (subject, options) => { ... })
LOW…/plugin-returns-invalid-browser/cypress/support/e2e.js1// ***********************************************************
LOW…m-tests/projects/no-tests/cypress/support/component.js1// ***********************************************************
LOW…em-tests/projects/no-tests/cypress/support/commands.js1// ***********************************************
LOW…em-tests/projects/no-tests/cypress/support/commands.js21// Cypress.Commands.add('dismiss', { prevSubject: 'optional'}, (subject, options) => { ... })
LOW…eturns-empty-browsers-list/cypress/support/commands.js1// ***********************************************
LOW…eturns-empty-browsers-list/cypress/support/commands.js21// Cypress.Commands.add("dismiss", { prevSubject: 'optional'}, (subject, options) => { ... })
LOW…gin-returns-empty-browsers-list/cypress/support/e2e.js1// ***********************************************************
LOW…-and-origin-e2e-specs/cypress/e2e/session/errors.cy.js21 // uncomment to debug tests:
LOWsystem-tests/projects/allow-cypress-env/tsconfig.json1{
LOW…s/projects/svelte-webpack-configured/src/vite-env.d.ts1/// <reference types="svelte" />
LOW…next-15-tsconfig-tailwind/cypress/support/component.ts1// ***********************************************************
LOWsystem-tests/projects/ts-proj/cypress/support/e2e.ts1// ***********************************************************
LOW…jects/module-api/test/invalid/cypress/e2e/a-spec.cy.js1// this spec file is invalid on purpose
LOWsystem-tests/projects/plugin-extension/ext/content.js1const el = document.getElementById('extension')
LOWsystem-tests/projects/plugin-extension/ext/content.js21// code: 'document.body.textContent' },
LOWsystem-tests/projects/e2e/static/fail.js1// immediately cause an error
LOWsystem-tests/projects/e2e/static/jquery.js1221 rbuggyMatches = [];
LOWsystem-tests/projects/e2e/static/jquery.js4021 this.cache( owner ) :
LOWsystem-tests/projects/e2e/static/jquery.js10021
LOW…s/no-specs-babel-conflict/cypress/support/component.js1// ***********************************************************
LOW…ess-js-component-vue.js-3-webpack/support/component.js1// ***********************************************************
LOW…ress-js-component-vue.js-3-webpack/support/commands.js1// ***********************************************
LOW…ress-js-component-vue.js-3-webpack/support/commands.js21// Cypress.Commands.add('dismiss', { prevSubject: 'optional'}, (subject, options) => { ... })
LOWsystem-tests/projects/ts-proj-5/cypress/support/e2e.ts1// ***********************************************************
LOW…next-16-tsconfig-tailwind/cypress/support/component.ts1// ***********************************************************
118 more matches not shown…
Hyper-Verbose Identifiers149 hits · 152 pts
SeverityFileLineSnippet
LOWtooling/v8-snapshot/src/utils.ts246export function installedElectronResourcesFilePath (
LOWtooling/v8-snapshot/src/doctor/determine-deferred.ts28function errorOnInvalidForceNorewrite (opts: ErrorOnInvalidForceNorewriteOpts) {
LOWtooling/v8-snapshot/src/meta/dependency-map.ts106export function dependencyMapArrayFromInputs (inputs: Metadata['inputs']) {
LOW…/generator/snapshot-generate-entry-via-dependencies.ts115export async function generateSnapshotEntryFromEntryDependencies (
LOW…shot/src/generator/snapshot-generate-entry-via-yarn.ts75export function createSnapshotScriptFromYarnScript (
LOW…shot/src/generator/snapshot-generate-entry-via-yarn.ts102export async function generateSnapshotEntryFromYarnList (
LOWcli/scripts/prepare-package-json.ts28function preparePackageForNpmRelease (json: any, branchName?: string): any {
LOWcli/scripts/sync-typedefs.ts41function makeReferenceTypesCommentRelative (typeName: string, relativeTypesFilePath: string, filename: string): void {
LOWcli/lib/util.ts111function isValidCypressInternalEnvValue (value: string | undefined): boolean {
LOWcli/lib/util.ts130function isNonProductionCypressInternalEnvValue (value: string | undefined): boolean {
LOWcli/lib/tasks/unzip.ts199function isMaybeWindowsMaxPathLengthError (err: any): boolean {
LOWcli/lib/exec/spawn.ts35function needsEverythingPipedDirectly (): boolean {
LOWsystem-tests/projects/e2e/static/jquery.js8359function addToPrefiltersOrTransports( structure ) {
LOWsystem-tests/projects/e2e/static/jquery.js8393function inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) {
LOWsystem-tests/lib/system-tests.ts368function installHarnessInterruptHandlers () {
LOWsystem-tests/lib/system-tests.ts423function customSpawnCommandReferencesCypress (command: string): boolean {
LOWsystem-tests/lib/system-tests.ts430function parseCypressCliSubcommandFromSpawnCommand (command: string): string | undefined {
LOWsystem-tests/lib/system-tests.ts442function buildInitialCliHarnessArgs (
LOWsystem-tests/lib/system-tests.ts476function appendExecHarnessOptionSuffixes (args: string[], options: ExecOptions) {
LOWsystem-tests/lib/dep-installer/index.ts57async function symlinkNodeModulesFromCache (tmpNodeModulesDir: string, cacheDir: string): Promise<void> {
LOWsystem-tests/lib/dep-installer/index.ts110function getRelativePathToProjectDir (projectDir: string) {
LOWsystem-tests/lib/dep-installer/index.ts114async function restoreLockFileRelativePaths (opts: { projectDir: string, lockFilePath: string, relativePathToMonorepoRoo
LOWsystem-tests/lib/dep-installer/index.ts126async function normalizeLockFileRelativePaths (opts: { project: string, projectDir: string, lockFilePath: string, lockFi
LOWsystem-tests/lib/dep-installer/index.ts145async function makeWorkspacePackagesAbsolute (pathToPkgJson: string, projectDir: string): Promise<string[]> {
LOWsystem-tests/lib/dep-installer/index.ts191export async function scaffoldProjectNodeModules ({
LOWsystem-tests/lib/dep-installer/index.ts331export async function scaffoldCommonNodeModules () {
LOWscripts/gulp/tasks/gulpCypress.ts120 async function startCypressWithListeners () {
LOWscripts/gulp/tasks/gulpTypeHelpers.ts13// export async function extractCypressNamespacedTypes () {
LOWscripts/gulp/tasks/gulpVite.ts120export function viteBuildAndWatchLaunchpad () {
LOWscripts/binary/util/purge-cloudflare-cache.ts6function hasCloudflareEnvironmentVars () {
LOWpackages/rewriter/lib/js-rules.ts71function getReplaceablePropOfMemberExpression (node: n.MemberExpression) {
LOWpackages/launcher/lib/windows/index.ts52function formChromeForTestingAppPath () {
LOWpackages/app/cypress/tasks/git.ts5export async function initGitRepoForTestProject (projectPath: string) {
LOWpackages/app/cypress/tasks/git.ts34export async function resetGitRepoForTestProject (projectPath: string) {
LOWpackages/app/cypress/e2e/settings.cy.ts435 function visitNotificationSettingsPage () {
LOWpackages/app/cypress/e2e/specs_list_latest_runs.cy.ts180function allVisibleSpecsShouldBePlaceholders () {
LOWpackages/app/cypress/e2e/runs.cy.ts11function scaffoldTestingTypeAndVisitRunsPage (testingType: 'e2e' | 'component'): void {
LOWpackages/app/cypress/e2e/create-from-component.cy.ts4function validateCreateFromVueComponentCard (beforeEachFn: () => void, expectedSpecPath: string) {
LOWpackages/app/cypress/e2e/create-from-component.cy.ts89function validateCreateFromReactComponentCard (beforeEachFn: () => void, expectedSpecPath: string) {
LOWpackages/app/cypress/e2e/studio/helper.ts17export function openNewTestFromSpecHeader () {
LOWpackages/app/cypress/e2e/studio/helper.ts85export function assertClosingPanelWithoutChanges () {
LOW…kages/app/cypress/e2e/runner/ct-framework-errors.cy.ts17function verifyErrorOnlyCapturedOnce (err: string) {
LOW…ges/app/cypress/e2e/runner/support/mochaEventsUtils.ts143export function runCypressInCypressMochaEventsTest (snapToCompare: string, done: Mocha.Done) {
LOW…ress/e2e/subscriptions/configChange-subscription.cy.ts1function updateProjectIdInCypressConfig (value: string) {
LOW…ress/e2e/subscriptions/configChange-subscription.cy.ts10function updateViewportHeightInCypressConfig (value: number) {
LOW…2e/subscriptions/errorWarningChange-subscription.cy.ts7 function assertLoadingIntoErrorWorks (errorName: string) {
LOWpackages/app/src/specs/SpecRunSummary.cy.tsx35function validateResultCountsVisible (): void {
LOWpackages/app/src/runner/dom.ts15export function getOrCreateHelperDom ({ body, className, css, studioActive = false }) {
LOWpackages/app/src/runner/dom.ts76export function getSelectorHighlightStyles (elements) {
LOW…ckages/app/src/runner/get-runner-config-from-window.ts3export function getRunnerConfigFromWindow () {
LOWpackages/app/src/runner/useEventManager.ts26 function initializeRunnerLifecycleEvents () {
LOWpackages/app/src/runner/studio-unsaved-changes-guard.ts9export function setUnsavedChangesCallback (cb: UnsavedChangesCallback) {
LOWpackages/app/src/runner/studio-unsaved-changes-guard.ts18export function guardUnsavedStudioChanges (store: SpecDirtyDataStore, resume: () => void): boolean {
LOWpackages/app/src/runner/studio-unsaved-changes-guard.ts28export function installStudioExitNavigationGuard (router: Router, getSpecDirtyDataStore: () => SpecDirtyDataStore) {
LOWpackages/app/src/runner/studio/mounter.ts32function getStudioAssertionsMenuDom (body: HTMLElement) {
LOWpackages/app/src/runner/studio/mounter.ts60function handleContainerClickOutside (e: MouseEvent, closeMenu: () => void): void {
LOWpackages/app/src/runner/studio/mounter.ts77function setupVueContainerListeners (vueContainer: HTMLElement, closeMenu: () => void): void {
LOWpackages/app/src/runner/studio/mounter.ts153export function closeStudioAssertionsMenu ($body: JQuery<HTMLElement>): void {
LOWpackages/proxy/lib/http/response-middleware.ts96function getNodeCharsetFromResponse (headers: IncomingHttpHeaders, body: Buffer, debug: Debug.Debugger) {
LOWpackages/proxy/lib/http/response-middleware.ts108function reqMatchesPolicyBasedOnDomain (req: CypressIncomingRequest, remoteState: RemoteState, documentDomainInjection:
89 more matches not shown…
AI Slop Vocabulary20 hits · 59 pts
SeverityFileLineSnippet
MEDIUMcli/lib/tasks/verify.ts111 // use lodash to be robust during tests against null result or missing stdout
MEDIUMcli/lib/tasks/install.ts132 // and might have extra whitespace around, be robust and trim the string
MEDIUMsystem-tests/projects/e2e/static/jquery.js10024// understands anonymous AMD modules. A named AMD is safest and most robust
MEDIUMscripts/windows-sign.js1// This signing procedure only runs on windows binary builds to leverage remote signing in order to
MEDIUMpackages/packherd-require/src/transpile-ts.ts86 // the more robust approach of using the Node.js builtin compile which also
MEDIUMpackages/web-config/webpack.config.base.ts202 // we leverage classes in our svgs that correspond to scss classes.
MEDIUMpackages/proxy/lib/resourceTypeAndCredentialManager.ts19// leverage a singleton Map throughout the proxy to prevent clashes with this context bindings
MEDIUMpackages/driver/types/internal-types.d.ts146 // Added by Cypress to Tests in order to determine if the experimentalRetries test run passed so we can leverage in th
MEDIUM…ages/driver/cypress/e2e/e2e/origin/commands/misc.cy.ts185 // if `isInteractive`, the .pause() will NOT show up in the command log in this case. Essentially a no-op.
MEDIUMpackages/driver/src/cypress/script_utils.ts112 // extract and utilize the source maps for better errors and code frames.
MEDIUMpackages/data-context/src/data/ProjectConfigIpc.ts330 * tsx (@see https://tsx.is/) is able to work with both CommonJS and ESM at the same time ( @see https://tsx.is/#sea
MEDIUMpackages/data-context/src/data/ProjectConfigIpc.ts330 * tsx (@see https://tsx.is/) is able to work with both CommonJS and ESM at the same time ( @see https://tsx.is/#sea
MEDIUMpackages/server/lib/util/ci_provider.ts40 // Prefer a more robust detection based on other Amplify-built-in variables
MEDIUMpackages/server/lib/browsers/cdp_automation.ts524 // itself, so the proxy can utilize that for injection purposes
MEDIUM…rontend-shared/src/shiki/languages/css.tmLanguage.json1396 "match": "(?xi) (?<![\\w-])\n[-+]? # Sign indicator\n\n(?:
MEDIUM.github/ISSUE_TEMPLATE/5-cy-prompt-issue.yml7 ## If you are a customer of Cypress Cloud please utilize our [Support Portal](https://www.cypress.io/support/) f
MEDIUM.github/ISSUE_TEMPLATE/1-bug-report.yml7 ## If you are a customer of Cypress Cloud please utilize our [Support Portal](https://www.cypress.io/support/) f
MEDIUM.github/ISSUE_TEMPLATE/3-install-issue.yml8 ## If you are a customer of Cypress Cloud please utilize our [Support Portal](https://www.cypress.io/support/) f
MEDIUM.github/ISSUE_TEMPLATE/2-feature.yml7 ## If you are a customer of Cypress Cloud please utilize our [Support Portal](https://www.cypress.io/support/) f
MEDIUMnpm/webpack-dev-server/src/helpers/angularHandler.ts192 // since import statements in TypeScript will get transpiled down to CommonJS require statements, we want to use t
Cross-Language Confusion (JS/TS)5 hits · 38 pts
SeverityFileLineSnippet
HIGH…it/cloud/artifacts/print_protocol_upload_error_spec.ts30 print(error)
HIGH…it/cloud/artifacts/print_protocol_upload_error_spec.ts39 print(error)
HIGH…it/cloud/artifacts/print_protocol_upload_error_spec.ts48 print(err)
HIGH…it/cloud/artifacts/print_protocol_upload_error_spec.ts57 print(err)
HIGH…it/cloud/artifacts/print_protocol_upload_error_spec.ts66 print(err)
Fake / Example Data28 hits · 36 pts
SeverityFileLineSnippet
LOWcli/types/cypress.d.ts2050 * contents: [{name: 'John Doe'}]
LOWcli/types/cypress.d.ts5844 * cy.get('#result').should('have.text', 'John Doe')
LOWcli/types/cypress.d.ts5852 * cy.get('#result').should('contain.text', 'John Doe')
LOWcli/types/cypress.d.ts5860 * cy.get('#result').should('include.text', 'John Doe')
LOWcli/types/cypress.d.ts6072 * cy.get('#result').should('not.have.text', 'John Doe')
LOWcli/types/cypress.d.ts6080 * cy.get('#result').should('not.contain.text', 'John Doe')
LOWcli/types/cypress.d.ts6088 * cy.get('#result').should('not.include.text', 'John Doe')
LOWcli/types/tests/chainer-examples.ts393cy.get('#result').should('have.text', 'John Doe')
LOWcli/types/tests/chainer-examples.ts435cy.get('#result').should('not.have.text', 'John Doe')
LOWcli/types/tests/chainer-examples.ts461cy.get('#result').should('have.text', 'John Doe')
LOW…ests/projects/nextjs-configured/src/pages/api/hello.js4 res.status(200).json({ name: 'John Doe' })
LOW…ts/projects/nextjs-unconfigured/src/pages/api/hello.js4 res.status(200).json({ name: 'John Doe' })
LOWsystem-tests/project-fixtures/next/pages/api/hello.js4 res.status(200).json({ name: 'John Doe' })
LOW…nner-specs/cypress/e2e/runner/ui-states/commands.cy.js135 cy.wrap({ name: 'John Doe' }, { timeout: 2035 })
LOWpackages/app/src/settings/SettingsCard.cy.tsx49 const description2 = 'Lorem ipsum dolor sit amet'
LOWpackages/app/src/settings/SettingsCard.cy.tsx49 const description2 = 'Lorem ipsum dolor sit amet'
LOWpackages/app/src/settings/project/ConfigBadge.cy.tsx18 <ConfigBadge label="So cool" class="bg-indigo-100 text-indigo-600">Populated by lorem ipsum</ConfigBadge>
LOWpackages/reporter/cypress/e2e/commands.cy.ts296 cy.contains('Lorem ipsum').closest('.command').find('.command-message').within(() => {
LOW…cypress/e2e/commands/command_option_immutability.cy.js292 cy.wrap({ name: 'John Doe' }, options)
LOWpackages/driver/cypress/e2e/commands/actions/type.cy.ts1417 cy.get('#email-without-value').invoke('val', 'foo@bar.com').invoke('select')
LOWpackages/driver/cypress/e2e/commands/actions/type.cy.ts1430 .type('foo@bar.com').blur()
LOW…rver/test/unit/cloud/cy-prompt/CyPromptManager_spec.ts41 email: 'test@test.com',
LOWpackages/launchpad/src/components/code/FileRow.cy.tsx18const description = 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod.'
LOWpackages/launchpad/src/components/code/FileRow.cy.tsx18const description = 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod.'
LOWpackages/launchpad/src/components/code/FileRow.cy.tsx125 const lorem = 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore e
LOWpackages/launchpad/src/components/code/FileRow.cy.tsx125 const lorem = 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore e
LOW…red/src/composables/examples/UseMarkdownExample.cy.tsx14Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum nec justo feugiat, auctor nunc ac, volutpat arcu. Su
LOW…red/src/composables/examples/UseMarkdownExample.cy.tsx14Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum nec justo feugiat, auctor nunc ac, volutpat arcu. Su
Self-Referential Comments2 hits · 6 pts
SeverityFileLineSnippet
MEDIUMscripts/pack-ci.sh38# Create the base config if it doesn't exist
MEDIUMscripts/pack-ci.sh54# Create the output directory if it doesn't exist
Slop Phrases1 hit · 3 pts
SeverityFileLineSnippet
MEDIUMnpm/grep/cypress/e2e/omit-and-skip.cy.ts3 // NOTE: This test is skipped for demonstration purposes
Redundant / Tautological Comments1 hit · 2 pts
SeverityFileLineSnippet
LOWscripts/pack-ci.sh79 # Check if any modified files are in this directory
Verbosity Indicators1 hit · 2 pts
SeverityFileLineSnippet
LOWpackages/driver/src/dom/selection.ts570 // We need to check if element is the root contenteditable element or elements inside it