diff --git a/app/compare/applitools/page.tsx b/app/compare/applitools/page.tsx index 22bbcfa..3dc8a6c 100644 --- a/app/compare/applitools/page.tsx +++ b/app/compare/applitools/page.tsx @@ -69,6 +69,10 @@ const features: Features = { argos: "✔️", competitor: "❌", }, + spendManamgement: { + argos: "✔️", + competitor: "❌", + }, }; const emblemProps = { diff --git a/app/compare/chromatic/page.tsx b/app/compare/chromatic/page.tsx index dd00e85..50d0ad5 100644 --- a/app/compare/chromatic/page.tsx +++ b/app/compare/chromatic/page.tsx @@ -69,6 +69,10 @@ const features: Features = { argos: "✔️", competitor: "❌", }, + spendManamgement: { + argos: "✔️", + competitor: "❌", + }, }; const emblemProps = { diff --git a/app/compare/comparison-table.tsx b/app/compare/comparison-table.tsx index b39f533..54589b2 100644 --- a/app/compare/comparison-table.tsx +++ b/app/compare/comparison-table.tsx @@ -18,6 +18,7 @@ export type Features = { playwrightDebugging: Feature; playwrightTestRetries: Feature; githubSso: Feature; + spendManamgement: Feature; openSource: Feature; githubLight: Feature; sensitivityThresholdPerScreenshot: Feature; @@ -103,6 +104,16 @@ export function ComparisonTable(props: { + + + Spend Management + + Control your spendings by setting a budget limit + + + + + Open Source diff --git a/app/compare/percy/page.tsx b/app/compare/percy/page.tsx index ed57ab0..efffb78 100644 --- a/app/compare/percy/page.tsx +++ b/app/compare/percy/page.tsx @@ -63,6 +63,10 @@ const features: Features = { argos: "✔️", competitor: "❌", }, + spendManamgement: { + argos: "✔️", + competitor: "❌", + }, }; export const metadata: Metadata = getMetadata({ diff --git a/changelogs/2025-01-13__spend-management/index.mdx b/changelogs/2025-01-13__spend-management/index.mdx new file mode 100644 index 0000000..eedbb66 --- /dev/null +++ b/changelogs/2025-01-13__spend-management/index.mdx @@ -0,0 +1,18 @@ +--- +title: Spend Management +description: Control your Argos expenses with customizable spending limits and automatic project pausing. +slug: spend-management +date: 2025-01-13 +--- + +![Team Analytics dashboard](/assets/changelogs/spend-management/spend-management.jpg) + +Introducing Spend Management, a feature designed to help you monitor and control your team’s visual testing expenses effectively. + +- **Customizable Spend Limits**: Set specific spending thresholds per billing cycle to manage your budget proactively. +- **Alert Notifications**: Receive email alerts at 50%, 75%, and 100% of your set spend amount, keeping you informed of your usage. +- **Automated Project Pausing**: Enable automatic pausing of all projects when your spending limit is reached, preventing unexpected overages. + +Spend Management is available on Pro and Enterprise plans (usage-based). To get started, navigate to your team’s Settings tab and configure your spending preferences. + +For detailed instructions, refer to our [Spend Management documentation](/docs/spend-management). diff --git a/public/assets/changelogs/spend-management/spend-management.jpg b/public/assets/changelogs/spend-management/spend-management.jpg new file mode 100644 index 0000000..0dbfe71 Binary files /dev/null and b/public/assets/changelogs/spend-management/spend-management.jpg differ