Skip to content

chore(quantic): creation of the running-quantic-e2e-tests skill - #8221

Open
mmitiche wants to merge 2 commits into
mainfrom
SFINT-6898
Open

chore(quantic): creation of the running-quantic-e2e-tests skill#8221
mmitiche wants to merge 2 commits into
mainfrom
SFINT-6898

Conversation

@mmitiche

@mmitiche mmitiche commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

SFINT-6898

This PR introduces a new skill that let agents know how to setup the required env for running e2e tests in Quantic. The skill contains a script that will take care checking if the scratch orgs are present and building them as needed before running the E2E.

@changeset-bot

changeset-bot Bot commented Aug 11, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 61a46de

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@svcsnykcoveo

svcsnykcoveo commented Aug 11, 2026

Copy link
Copy Markdown

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues
Code Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@pkg-pr-new

pkg-pr-new Bot commented Aug 11, 2026

Copy link
Copy Markdown
@coveo/atomic

npm i https://pkg.pr.new/@coveo/atomic@8221

@coveo/atomic-hosted-page

npm i https://pkg.pr.new/@coveo/atomic-hosted-page@8221

@coveo/atomic-legacy

npm i https://pkg.pr.new/@coveo/atomic-legacy@8221

@coveo/atomic-react

npm i https://pkg.pr.new/@coveo/atomic-react@8221

@coveo/auth

npm i https://pkg.pr.new/@coveo/auth@8221

@coveo/bueno

npm i https://pkg.pr.new/@coveo/bueno@8221

@coveo/create-atomic

npm i https://pkg.pr.new/@coveo/create-atomic@8221

@coveo/create-atomic-component

npm i https://pkg.pr.new/@coveo/create-atomic-component@8221

@coveo/create-atomic-component-project

npm i https://pkg.pr.new/@coveo/create-atomic-component-project@8221

@coveo/create-atomic-result-component

npm i https://pkg.pr.new/@coveo/create-atomic-result-component@8221

@coveo/create-atomic-rollup-plugin

npm i https://pkg.pr.new/@coveo/create-atomic-rollup-plugin@8221

@coveo/create-ui

npm i https://pkg.pr.new/@coveo/create-ui@8221

@coveo/headless

npm i https://pkg.pr.new/@coveo/headless@8221

@coveo/headless-react

npm i https://pkg.pr.new/@coveo/headless-react@8221

@coveo/relay

npm i https://pkg.pr.new/@coveo/relay@8221

@coveo/shopify

npm i https://pkg.pr.new/@coveo/shopify@8221

commit: 61a46de

@mmitiche
mmitiche deployed to pr-workflows August 12, 2026 10:37 — with GitHub Actions Active
@mmitiche
mmitiche marked this pull request as ready for review August 12, 2026 10:37
@mmitiche
mmitiche requested review from a team, fbeaudoincoveo, louis-bompart and y-lakhdar and a lite review from Copilot August 12, 2026 10:37

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Introduces a new agent skill to standardize how contributors set up Salesforce scratch orgs and run Quantic Playwright E2E tests, and links it from the existing Quantic component workflow guidance.

Changes:

  • Added the running-quantic-e2e-tests skill documentation describing a fast iteration loop and full sanity pass.
  • Added an ensure-e2e-orgs.sh helper script to verify/provision required scratch orgs and .env URLs.
  • Updated the managing-quantic-components skill to reference the new E2E-running workflow.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
.agents/skills/running-quantic-e2e-tests/SKILL.md New skill doc for Quantic E2E setup, quick loop, and full pass workflow
.agents/skills/running-quantic-e2e-tests/scripts/ensure-e2e-orgs.sh New script to verify/provision scratch orgs and required env vars
.agents/skills/managing-quantic-components/SKILL.md Cross-references the new skill in the Quantic development/testing workflow

💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.

Comment on lines +10 to +16
Every command below runs from `packages/quantic`, except the setup script, which works from anywhere in the repo.

## 1. Ensure the environment

```bash
./.agents/skills/running-quantic-e2e-tests/scripts/ensure-e2e-orgs.sh
```
Comment on lines +13 to +15
set -uo pipefail
ORGS="Quantic__LWS_enabled Quantic__LWS_disabled"
MISSING=""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants