Skip to content

Releases: argos-ci/argos-javascript

@argos-ci/[email protected]

23 Oct 09:30
f864cce
Compare
Choose a tag to compare

Updates

@argos-ci/[email protected]

23 Oct 09:36
f864cce
Compare
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/[email protected]

23 Oct 09:37
f864cce
Compare
Choose a tag to compare

Updates

@argos-ci/[email protected]

23 Oct 09:38
f864cce
Compare
Choose a tag to compare

Updates

No real update, just mark the package as stable.

@argos-ci/[email protected]

23 Oct 09:38
f864cce
Compare
Choose a tag to compare

Updates

No real update, just mark the package as stable.

@argos-ci/[email protected]

23 Oct 09:38
f864cce
Compare
Choose a tag to compare

@argos-ci/[email protected]

18 Sep 05:47
e58b26f
Compare
Choose a tag to compare

0.12.0 (2023-09-18)

Features

  • allow to specify ref branch & ref commit (a6c4ee3)

@argos-ci/[email protected]

18 Sep 05:47
e58b26f
Compare
Choose a tag to compare

0.6.0 (2023-09-18)

Features

  • allow to specify ref branch & ref commit (a6c4ee3)

@argos-ci/[email protected]

10 Sep 15:25
8e3c44d
Compare
Choose a tag to compare

0.11.1 (2023-09-10)

Bug Fixes

  • cli: fix --token usage in CLI (673dda3)

@argos-ci/[email protected]

10 Sep 15:25
8e3c44d
Compare
Choose a tag to compare

0.5.1 (2023-09-10)

Bug Fixes

  • cli: fix --token usage in CLI (673dda3)