Releases: argos-ci/argos-javascript
Releases · argos-ci/argos-javascript
@argos-ci/cypress@1.0.1
@argos-ci/core@1.1.0
@argos-ci/cli@1.0.1
1.0.1 (2023-11-03)
Note: Version bump only for package @argos-ci/cli
@argos-ci/playwright@1.0.1
@argos-ci/util@1.0.0
@argos-ci/util@1.0.0
@argos-ci/puppeteer@1.0.0
Updates
- Move the package to argos-javascript monorepo
- Improve screenshot stability
@argos-ci/playwright@1.0.0
Updates:
- Moved to argos-javascript monorepo.
- Enhanced screenshot stability.
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 uploadcalls from your CI. (Note: Screenshots now upload through the reporter.) - Delete
@argos-ci/clifrompackage.json.
@argos-ci/cypress@1.0.0
Updates
- Move the package to argos-javascript monorepo
- Improve screenshot stability
@argos-ci/core@1.0.0
Updates
No real update, just mark the package as stable.
@argos-ci/cli@1.0.0
Updates
No real update, just mark the package as stable.