Skip to content

Commit

Permalink
feat(changelog): add spend management changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Jan 13, 2025
1 parent 6b4aa17 commit 160ff23
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/compare/applitools/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ const features: Features = {
argos: "✔️",
competitor: "❌",
},
spendManamgement: {
argos: "✔️",
competitor: "❌",
},
};

const emblemProps = {
Expand Down
4 changes: 4 additions & 0 deletions app/compare/chromatic/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ const features: Features = {
argos: "✔️",
competitor: "❌",
},
spendManamgement: {
argos: "✔️",
competitor: "❌",
},
};

const emblemProps = {
Expand Down
11 changes: 11 additions & 0 deletions app/compare/comparison-table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export type Features = {
playwrightDebugging: Feature;
playwrightTestRetries: Feature;
githubSso: Feature;
spendManamgement: Feature;
openSource: Feature;
githubLight: Feature;
sensitivityThresholdPerScreenshot: Feature;
Expand Down Expand Up @@ -103,6 +104,16 @@ export function ComparisonTable(props: {
<Feature feature={props.features.githubSso} />
</Tr>

<Tr>
<Th>
<ThMain>Spend Management</ThMain>
<ThSubLink href="/docs/spend-management">
Control your spendings by setting a budget limit
</ThSubLink>
</Th>
<Feature feature={props.features.spendManamgement} />
</Tr>

<Tr>
<Th>
<ThMain>Open Source</ThMain>
Expand Down
4 changes: 4 additions & 0 deletions app/compare/percy/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ const features: Features = {
argos: "✔️",
competitor: "❌",
},
spendManamgement: {
argos: "✔️",
competitor: "❌",
},
};

export const metadata: Metadata = getMetadata({
Expand Down
18 changes: 18 additions & 0 deletions changelogs/2025-01-13__spend-management/index.mdx
Original file line number Diff line number Diff line change
@@ -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).
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 160ff23

Please sign in to comment.