Skip to content

Releases: argos-ci/argos-javascript

@argos-ci/cypress@1.0.1

03 Nov 15:14
0824634

Choose a tag to compare

1.0.1 (2023-11-03)

Bug Fixes

  • address Cypress require.resolve issue (7aae22b)
  • cypress: compatibility with esm bundlers (fbf3d91)

@argos-ci/core@1.1.0

03 Nov 15:14
0824634

Choose a tag to compare

1.1.0 (2023-11-03)

Features

  • playwright: sharding support (a495905)

@argos-ci/cli@1.0.1

03 Nov 15:14
0824634

Choose a tag to compare

1.0.1 (2023-11-03)

Note: Version bump only for package @argos-ci/cli

@argos-ci/playwright@1.0.1

24 Oct 10:30
7726297

Choose a tag to compare

1.0.1 (2023-10-24)

Bug Fixes

  • playwright: upload nested screenshots (6c9dbeb)

@argos-ci/util@1.0.0

23 Oct 09:28
f864cce

Choose a tag to compare

@argos-ci/util@1.0.0

@argos-ci/puppeteer@1.0.0

23 Oct 09:30
f864cce

Choose a tag to compare

Updates

@argos-ci/playwright@1.0.0

23 Oct 09:36
f864cce

Choose a tag to compare

Updates:

Upgrading from v0.0.x

Step 1: Set Up Argos Playwright Reporter:

Setup @argos-ci/playwright/reporter into your Playwright config:

import { defineConfig } from "@playwright/test";

export default defineConfig({
  // ... other configurations ...
  reporter: [["list"], ["@argos-ci/playwright/reporter"]],
});

Step 2: Phase Out CLI Usage:

  • Remove argos upload calls from your CI. (Note: Screenshots now upload through the reporter.)
  • Delete @argos-ci/cli from package.json.

@argos-ci/cypress@1.0.0

23 Oct 09:37
f864cce

Choose a tag to compare

Updates

@argos-ci/core@1.0.0

23 Oct 09:38
f864cce

Choose a tag to compare

Updates

No real update, just mark the package as stable.

@argos-ci/cli@1.0.0

23 Oct 09:38
f864cce

Choose a tag to compare

Updates

No real update, just mark the package as stable.