SlashAI

Your AI Command Vault

Downloading common sense… failed, using AI instead.

Integration

Testing & QA

Integration

24 commands

/StubPaymentGatewayIntegration

Stub external services in tests for a payment gateway integration — e.g. an integration with a third-party payment processor.

Testing & QAadvanced#payments#integration

/IntegrateSignupFlow

Write integration tests covering a user signup flow — e.g. a signup flow with email verification.

Testing & QAmedium#signup#e2e

/StubCrossBrowserSuite

Stub external services in tests for a cross-browser test suite — e.g. a suite that must pass on chrome.

Testing & QAmedium#crossbrowser#e2e

/IntegrateNightlyTestSuite

Write integration tests covering a nightly automated test run — e.g. a full regression suite that should run every night.

Testing & QAeasy#nightly#automation

/StubMultiStepWizard

Stub external services in tests for a multi-step form wizard — e.g. a five-step onboarding wizard with validation per step.

Testing & QAadvanced#wizard#e2e

/IntegrateSearchAndFilter

Write integration tests covering a search-and-filter interaction — e.g. a product list filtered by price and category.

Testing & QAmedium#search#filter

/StubCheckoutJourney

Stub external services in tests for a full checkout user journey — e.g. a journey from cart to order confirmation.

Testing & QAeasy#checkout#e2e

/StubDesignSystemComponents

Stub external services in tests for a shared design system's components — e.g. a component library rendered across three themes.

Testing & QAadvanced#visual#designsystem

/IntegrateRecurringBug

Write integration tests covering a recurring production bug — e.g. a date-off-by-one bug that keeps resurfacing.

Testing & QAmedium#regression#bug

/StubEmailDeliveryFlow

Stub external services in tests for an email delivery integration — e.g. a flow that sends a receipt email after purchase.

Testing & QAeasy#email#integration

/IntegratePaymentGatewayIntegration

Write integration tests covering a payment gateway integration — e.g. an integration with a third-party payment processor.

Testing & QAadvanced#payments#integration

/StubMobileWebFlow

Stub external services in tests for a mobile-web responsive flow — e.g. a checkout flow tested only on desktop so far.

Testing & QAadvanced#mobileweb#responsive

/IntegrateCrossBrowserSuite

Write integration tests covering a cross-browser test suite — e.g. a suite that must pass on chrome.

Testing & QAmedium#crossbrowser#e2e

/StubThirdPartyApiMock

Stub external services in tests for a mocked third-party api — e.g. a weather api that returns inconsistent test data.

Testing & QAeasy#mock#api

/IntegrateMultiStepWizard

Write integration tests covering a multi-step form wizard — e.g. a five-step onboarding wizard with validation per step.

Testing & QAadvanced#wizard#e2e

/StubSignupFlow

Stub external services in tests for a user signup flow — e.g. a signup flow with email verification.

Testing & QAmedium#signup#e2e

/IntegrateCheckoutJourney

Write integration tests covering a full checkout user journey — e.g. a journey from cart to order confirmation.

Testing & QAeasy#checkout#e2e

/StubNightlyTestSuite

Stub external services in tests for a nightly automated test run — e.g. a full regression suite that should run every night.

Testing & QAeasy#nightly#automation

/IntegrateDesignSystemComponents

Write integration tests covering a shared design system's components — e.g. a component library rendered across three themes.

Testing & QAadvanced#visual#designsystem

/StubSearchAndFilter

Stub external services in tests for a search-and-filter interaction — e.g. a product list filtered by price and category.

Testing & QAmedium#search#filter

/IntegrateEmailDeliveryFlow

Write integration tests covering an email delivery integration — e.g. a flow that sends a receipt email after purchase.

Testing & QAeasy#email#integration

/IntegrateMobileWebFlow

Write integration tests covering a mobile-web responsive flow — e.g. a checkout flow tested only on desktop so far.

Testing & QAadvanced#mobileweb#responsive

/StubRecurringBug

Stub external services in tests for a recurring production bug — e.g. a date-off-by-one bug that keeps resurfacing.

Testing & QAmedium#regression#bug

/IntegrateThirdPartyApiMock

Write integration tests covering a mocked third-party api — e.g. a weather api that returns inconsistent test data.

Testing & QAeasy#mock#api