SlashAI

Your AI Command Vault

Loading 1,499 ways to impress your boss.

Automation

Testing & QA

Automation

12 commands

/ScheduleCheckoutJourney

Wire scheduled test runs for a full checkout user journey — e.g. a journey from cart to order confirmation.

Testing & QAeasy#checkout#e2e

/ScheduleDesignSystemComponents

Wire scheduled test runs for a shared design system's components — e.g. a component library rendered across three themes.

Testing & QAadvanced#visual#designsystem

/ScheduleEmailDeliveryFlow

Wire scheduled test runs for an email delivery integration — e.g. a flow that sends a receipt email after purchase.

Testing & QAeasy#email#integration

/ScheduleMobileWebFlow

Wire scheduled test runs for a mobile-web responsive flow — e.g. a checkout flow tested only on desktop so far.

Testing & QAadvanced#mobileweb#responsive

/ScheduleThirdPartyApiMock

Wire scheduled test runs for a mocked third-party api — e.g. a weather api that returns inconsistent test data.

Testing & QAeasy#mock#api

/ScheduleSignupFlow

Wire scheduled test runs for a user signup flow — e.g. a signup flow with email verification.

Testing & QAmedium#signup#e2e

/ScheduleNightlyTestSuite

Wire scheduled test runs for a nightly automated test run — e.g. a full regression suite that should run every night.

Testing & QAeasy#nightly#automation

/ScheduleSearchAndFilter

Wire scheduled test runs for a search-and-filter interaction — e.g. a product list filtered by price and category.

Testing & QAmedium#search#filter

/ScheduleRecurringBug

Wire scheduled test runs for a recurring production bug — e.g. a date-off-by-one bug that keeps resurfacing.

Testing & QAmedium#regression#bug

/SchedulePaymentGatewayIntegration

Wire scheduled test runs for a payment gateway integration — e.g. an integration with a third-party payment processor.

Testing & QAadvanced#payments#integration

/ScheduleCrossBrowserSuite

Wire scheduled test runs for a cross-browser test suite — e.g. a suite that must pass on chrome.

Testing & QAmedium#crossbrowser#e2e

/ScheduleMultiStepWizard

Wire scheduled test runs for a multi-step form wizard — e.g. a five-step onboarding wizard with validation per step.

Testing & QAadvanced#wizard#e2e