Releases: argos-ci/argos-javascript
Releases · argos-ci/argos-javascript
@argos-ci/[email protected]
Updates
- Move the package to argos-javascript monorepo
- Improve screenshot stability
@argos-ci/[email protected]
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 upload
calls from your CI. (Note: Screenshots now upload through the reporter.) - Delete
@argos-ci/cli
frompackage.json
.
@argos-ci/[email protected]
Updates
- Move the package to argos-javascript monorepo
- Improve screenshot stability
@argos-ci/[email protected]
Updates
No real update, just mark the package as stable.
@argos-ci/[email protected]
Updates
No real update, just mark the package as stable.
@argos-ci/[email protected]
@argos-ci/[email protected]