Skip to content

E2e setup and add first test#13

Merged
refael-m merged 34 commits intomainfrom
e2e-setup-and-add-first-test
Apr 15, 2026
Merged

E2e setup and add first test#13
refael-m merged 34 commits intomainfrom
e2e-setup-and-add-first-test

Conversation

@refael-m
Copy link
Copy Markdown
Collaborator

No description provided.

@refael-m refael-m requested a review from njb90 April 14, 2026 07:48
Comment thread .github/workflows/e2e_tests.yml Outdated

on:
workflow_dispatch:
pull_request:
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Suggested change
pull_request:
pull_request:
branches: [master]

Comment thread .github/workflows/e2e_tests.yml Outdated
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

why not 24?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

updated

Comment on lines +21 to +29
- name: Install and compile extension
run: |
npm ci
npm run compile

- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 10.24.0
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

consider switching order and use pnpm in install and compile

Comment on lines +16 to +18
const cloud_name = credentials?.cloud_name ?? process.env.E2E_CLOUD;
const api_key = credentials?.api_key ?? process.env.E2E_API_KEY;
const api_secret = credentials?.api_secret ?? process.env.E2E_API_SECRET;
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

are those stored in git secrets?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

yes

@refael-m refael-m merged commit d79cc81 into main Apr 15, 2026
1 check passed
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.

3 participants