Skip to content

Implement full internationalization (i18n) capabilities to the dashboard #2338

Implement full internationalization (i18n) capabilities to the dashboard

Implement full internationalization (i18n) capabilities to the dashboard #2338

Workflow file for this run

name: E2E Tests
on:
push:
branches:
- main
- maintenance
pull_request:
jobs:
e2e-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Install Dependencies
run: npm ci
- name: Install Node-RED Dependencies
working-directory: ./cypress/fixtures/user-dir/
run: npm install
- name: Run Linting Tests
run: npm run lint
- name: Run Dashboard E2E (Cypress) Tests
uses: cypress-io/github-action@2ad32e649e4db26c07674ebae31a297601dbcbaf # v6.10.8
with:
install: false
config-file: cypress.config.js
build: npm run build
start: npm run cy:server
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
if: failure()
with:
name: cypress-output
path: |
cypress/screenshots
cypress/videos