Skip to content

Commit 160ff23

Browse files
committed
feat(changelog): add spend management changelog
1 parent 6b4aa17 commit 160ff23

File tree

6 files changed

+41
-0
lines changed

6 files changed

+41
-0
lines changed

app/compare/applitools/page.tsx

+4
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ const features: Features = {
6969
argos: "✔️",
7070
competitor: "❌",
7171
},
72+
spendManamgement: {
73+
argos: "✔️",
74+
competitor: "❌",
75+
},
7276
};
7377

7478
const emblemProps = {

app/compare/chromatic/page.tsx

+4
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ const features: Features = {
6969
argos: "✔️",
7070
competitor: "❌",
7171
},
72+
spendManamgement: {
73+
argos: "✔️",
74+
competitor: "❌",
75+
},
7276
};
7377

7478
const emblemProps = {

app/compare/comparison-table.tsx

+11
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export type Features = {
1818
playwrightDebugging: Feature;
1919
playwrightTestRetries: Feature;
2020
githubSso: Feature;
21+
spendManamgement: Feature;
2122
openSource: Feature;
2223
githubLight: Feature;
2324
sensitivityThresholdPerScreenshot: Feature;
@@ -103,6 +104,16 @@ export function ComparisonTable(props: {
103104
<Feature feature={props.features.githubSso} />
104105
</Tr>
105106

107+
<Tr>
108+
<Th>
109+
<ThMain>Spend Management</ThMain>
110+
<ThSubLink href="/docs/spend-management">
111+
Control your spendings by setting a budget limit
112+
</ThSubLink>
113+
</Th>
114+
<Feature feature={props.features.spendManamgement} />
115+
</Tr>
116+
106117
<Tr>
107118
<Th>
108119
<ThMain>Open Source</ThMain>

app/compare/percy/page.tsx

+4
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ const features: Features = {
6363
argos: "✔️",
6464
competitor: "❌",
6565
},
66+
spendManamgement: {
67+
argos: "✔️",
68+
competitor: "❌",
69+
},
6670
};
6771

6872
export const metadata: Metadata = getMetadata({
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: Spend Management
3+
description: Control your Argos expenses with customizable spending limits and automatic project pausing.
4+
slug: spend-management
5+
date: 2025-01-13
6+
---
7+
8+
![Team Analytics dashboard](/assets/changelogs/spend-management/spend-management.jpg)
9+
10+
Introducing Spend Management, a feature designed to help you monitor and control your team’s visual testing expenses effectively.
11+
12+
- **Customizable Spend Limits**: Set specific spending thresholds per billing cycle to manage your budget proactively.
13+
- **Alert Notifications**: Receive email alerts at 50%, 75%, and 100% of your set spend amount, keeping you informed of your usage.
14+
- **Automated Project Pausing**: Enable automatic pausing of all projects when your spending limit is reached, preventing unexpected overages.
15+
16+
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.
17+
18+
For detailed instructions, refer to our [Spend Management documentation](/docs/spend-management).
Loading

0 commit comments

Comments
 (0)