Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(github, quantic): create manual github workflow for Quantic E2E test setup #4750

Merged
merged 28 commits into from
Dec 4, 2024

Conversation

SimonMilord
Copy link
Contributor

@SimonMilord SimonMilord commented Dec 2, 2024

SFINT-5842

In this PR:

  • We added a github workflow that can be triggered manually to essentially create a scratch org, deploy the project and the Quantic examples community and the e2e setup. When the workflow runs, it generates the URL for the community with the setup done. This URL can be used to test or write test locally.
  • This allows QA for example to easily do the setup to write playwright e2e tests and test components.

You can see the result of a successful run here

DEMO SUMMARY:

image

Copy link

github-actions bot commented Dec 2, 2024

Pull Request Report

PR Title

✅ Title follows the conventional commit spec.

Live demo links

Bundle Size

File Old (kb) New (kb) Change (%)
case-assist 242.8 242.8 0
commerce 347.7 347.7 0
search 413.9 413.9 0
insight 405 405 0
recommendation 255.1 255.1 0
ssr 407.4 407.4 0
ssr-commerce 362.7 362.7 0

SSR Progress

Use case SSR (#) CSR (#) Progress (%)
search 39 44 89
recommendation 0 4 0
case-assist 0 6 0
insight 0 27 0
commerce 0 15 0
Detailed logs search : buildInteractiveResult
search : buildInteractiveInstantResult
search : buildInteractiveRecentResult
search : buildInteractiveCitation
search : buildGeneratedAnswer
recommendation : missing SSR support
case-assist : missing SSR support
insight : missing SSR support
commerce : missing SSR support

@SimonMilord SimonMilord marked this pull request as ready for review December 3, 2024 00:11
@SimonMilord SimonMilord requested a review from a team as a code owner December 3, 2024 00:11
Copy link
Contributor

@alexprudhomme alexprudhomme left a comment

Choose a reason for hiding this comment

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

How do you clean it up ? In the e2e tests there is a quantic cleanup action.

.github/workflows/trigger-quantic-e2e-setup.yml Outdated Show resolved Hide resolved
@SimonMilord SimonMilord marked this pull request as draft December 3, 2024 14:02
Copy link
Contributor

@mmitiche mmitiche left a comment

Choose a reason for hiding this comment

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

LGTM!

@SimonMilord SimonMilord added this pull request to the merge queue Dec 4, 2024
Merged via the queue into master with commit 6004fb8 Dec 4, 2024
95 checks passed
@SimonMilord SimonMilord deleted the SFINT-5842 branch December 4, 2024 22:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants