Skip to content

Commit 4127230

Browse files
authored
Merge branch 'extra-features-e2e-branch' into W-20279800-update-passwordless-config-for-e2e-tests
2 parents c097457 + 5ead3dc commit 4127230

File tree

42 files changed

+4842
-633
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+4842
-633
lines changed

.github/actions/bundle_size_test/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: bundlesize
2+
description: Check bundle size against maximum file size limits
23
runs:
34
using: composite
45
steps:

.github/actions/check_clean/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: check_clean
2+
description: Check if repository has uncommitted changes
23
runs:
34
using: composite
45
steps:

.github/actions/check_if_latest_release/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: check_if_latest_release
2+
description: Check if the current release is the latest release
23
inputs:
34
token:
45
description: "Github API token"

.github/actions/count_deps/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: count_deps
2+
description: Count and validate project dependencies
23
inputs:
34
project_dir:
45
description: 'Path to the project directory'

.github/actions/create_mrt/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: create_mrt
2+
description: Create MRT credentials file
23
inputs:
34
mobify_user:
45
description: "Mobify user email"

.github/actions/datadog/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: datadog
2+
description: Send metrics to Datadog
23
inputs:
34
datadog_api_key:
45
description: "Datadog API key"

.github/actions/e2e_generate_app/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: e2e_generate_app
2+
description: Generate a new project for E2E testing
23
inputs:
34
PROJECT_KEY:
45
description: Project key to specify project to generate ("retail-app-demo", "retail-app-ext" or "retail-app-no-ext")

.github/actions/e2e_validate_generated_app/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: e2e_validate_generated_app
2+
description: Validate generated project for E2E testing
23
inputs:
34
PROJECT_KEY:
45
description: Project key to specify project to validate ("retail-app-demo", "retail-app-ext" or "retail-app-no-ext")

.github/actions/lighthouse_ci/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: lighthouse_ci
2+
description: Run Lighthouse CI performance tests
23
runs:
34
using: composite
45
steps:

.github/actions/linting/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: linting
2+
description: Run linting checks on the codebase
23
inputs:
34
cwd:
45
required: false

0 commit comments

Comments
 (0)