• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

KablamoOSS / kerosene / 10839628454

12 Sep 2024 10:23PM CUT coverage: 79.926%. Remained the same
10839628454

push

github

web-flow
build(deps): bump path-to-regexp from 6.2.1 to 6.3.0 (#148)

224 of 282 branches covered (79.43%)

868 of 1086 relevant lines covered (79.93%)

6.27 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/packages/kerosene-test/src/cypress/support/commands.js
1
/* global Cypress,cy */
2

3
Cypress.Commands.add("visitStorybook", (path, storybookName, options = {}) => {
×
4
  cy.visit(
×
5
    `iframe.html?selectedKind=${encodeURIComponent(
6
      path,
7
    )}&selectedStory=${encodeURIComponent(storybookName)}`,
8
    options,
9
  );
10
});
11
Cypress.Commands.add("testId", (testId, options) => {
×
12
  cy.get(`[data-test-id="${testId}"]`, options);
×
13
});
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc