Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

test #12092

Closed
wants to merge 49 commits into from
Closed

test #12092

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
99ca613
Move 2 runners from Cypress to Playwright (#12034)
t3chguy Dec 12, 2023
c900815
Migrate widgets/* from Cypress to Playwright (#12032)
t3chguy Dec 12, 2023
dac1121
Update babel monorepo to v7.23.5 (#12039)
renovate[bot] Dec 12, 2023
1f1d791
Update dependency @types/jest to v29.5.11 (#12041)
renovate[bot] Dec 12, 2023
436f730
Update dependency @types/node to v16.18.68 (#12042)
renovate[bot] Dec 12, 2023
6cf2c0d
Update dependency typescript to v5.3.3 (#12043)
renovate[bot] Dec 12, 2023
7ea9da5
Update dependency stylelint-config-standard to v35 (#12047)
renovate[bot] Dec 12, 2023
0f6b2f7
Update all non-major dependencies (#12038)
renovate[bot] Dec 12, 2023
dc13497
[create-pull-request] automated change (#12048)
RiotRobot Dec 13, 2023
0e06f38
Update dawidd6/action-download-artifact digest to f29d1b6 (#12037)
renovate[bot] Dec 13, 2023
e3336ae
Update dependency stylelint to v16 - abandoned (#12046)
renovate[bot] Dec 13, 2023
8040ed9
Migrate integration-manager/* from Cypress to Playwright (#12031)
t3chguy Dec 13, 2023
4f19356
Migrate timeline.spec.ts from Cypress to Playwright (#12025)
t3chguy Dec 13, 2023
6669cb7
Update dependency @vector-im/compound-web to v0.9.4 (#11891)
renovate[bot] Dec 14, 2023
18f11b8
Fix position of thumbnail in room timeline (#12016)
anoopw3bdev Dec 14, 2023
d5a211c
Attach synapse logs to failed Playwright test runs (#12027)
t3chguy Dec 14, 2023
0887108
Migrate composer.spec.ts from Cypress to Playwright (#12024)
t3chguy Dec 14, 2023
f8d87f0
Prevent Cypress typechecking react-sdk components without strict mode…
t3chguy Dec 14, 2023
46e301f
[create-pull-request] automated change (#12058)
RiotRobot Dec 15, 2023
f0dd12d
Log unhandled promise rejections in the rageshake (#12028)
uhoreg Dec 15, 2023
9d93a3f
Retry jest tests to avoid flakes slowing down PRs (#12051)
t3chguy Dec 15, 2023
a7c039d
Fix playwright screenshot update command on linux (#12060)
MidhunSureshR Dec 15, 2023
de5931d
Element-R: fix repeated requests to enter 4S key during cross-signing…
richvdh Dec 15, 2023
7b3d5b5
Playwright: Convert sliding-sync test to playwright (#11989)
MidhunSureshR Dec 16, 2023
7508e62
Update dependency @sentry/browser to v7.87.0 (#12044)
renovate[bot] Dec 16, 2023
d1562be
Convert spotlight tests to playwright (#12033)
MidhunSureshR Dec 18, 2023
ffb4239
Fix incorrect type annotation on `cacheSecretStorageKey` (#12068)
richvdh Dec 18, 2023
24cda5f
Fix threaded reply playwright tests (#12070)
dbkr Dec 18, 2023
4c2efc3
Playwright: Convert lazy-loading test to playwright (#11988)
MidhunSureshR Dec 19, 2023
537b4a1
Playwright: Fix thread root skipped tests (#12067)
florianduros Dec 19, 2023
3acd648
Fix timeline position when moving to a room and coming back (#12055)
florianduros Dec 19, 2023
22c5114
Use forwardRef in Avatar components to allow use with Compound Toolti…
t3chguy Dec 19, 2023
33f2308
Merge branch 'master' into develop
RiotRobot Dec 19, 2023
1b3865b
Resetting package fields for development
RiotRobot Dec 19, 2023
d2f7b4a
Reset matrix-js-sdk back to develop branch
RiotRobot Dec 19, 2023
5f92dad
Fix editing event from search room view (#11992)
t3chguy Dec 19, 2023
2212fba
Use Compound tooltips instead of homegrown in TextWithTooltip & InfoT…
t3chguy Dec 19, 2023
bf61d93
Prepare for switching AccessibleButton and derivatives to forwardRef …
t3chguy Dec 20, 2023
e26d3e9
Update element call embedding UI (#12056)
toger5 Dec 20, 2023
af31965
Improve AccessibleButton & related types (#12075)
t3chguy Dec 20, 2023
0a881e2
Iterate landmarks around the app in order to improve a11y (#12064)
t3chguy Dec 20, 2023
f632e21
Switch AccessibleButton and derivatives to using `forwardRef` (#12054)
t3chguy Dec 21, 2023
e4d9e3e
Add Playwright badge
t3chguy Dec 21, 2023
b77e24d
Workaround Rust Crypto key upload race condition for Playwright tests…
t3chguy Dec 21, 2023
42ac227
Adjust tooltip side for DecoratedRoomAvatar to not obscure room name …
t3chguy Dec 21, 2023
07747e2
Switch Pill & E2EIcon to using Compound Tooltips (#12080)
t3chguy Dec 21, 2023
16c89c2
Enable `A thread with a redacted unread is still read after restart` …
florianduros Dec 21, 2023
2a3b892
[create-pull-request] automated change (#12085)
RiotRobot Dec 22, 2023
045f96f
Allow element-web hash to be specified when calling playwright tests …
t3chguy Dec 22, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/cypress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ jobs:
matrix:
# Run tests using both crypto stacks
crypto: [legacy, rust]
ci_node_total: [3]
ci_node_index: [0, 1, 2]
ci_node_total: [2]
ci_node_index: [0, 1]
steps:
# The version of chrome shipped by default may not be consistent across runners
# so we explicitly use a specific version of chrome here.
Expand All @@ -105,7 +105,7 @@ jobs:
# There's a 'download artifact' action, but it hasn't been updated for the workflow_run action
# (https://github.com/actions/download-artifact/issues/60) so instead we get this mess:
- name: 📥 Download artifact
uses: dawidd6/action-download-artifact@246dbf436b23d7c49e21a7ab8204ca9ecd1fe615 # v2
uses: dawidd6/action-download-artifact@f29d1b6a8930683e80acedfbe6baa2930cd646b4 # v2
with:
run_id: ${{ github.event.workflow_run.id }}
name: previewbuild
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/element-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ on:
type: string
required: false
description: "The Git SHA of matrix-js-sdk to build against. By default, will use a matching branch name if it exists, or develop."
element-web-sha:
type: string
required: false
description: "The Git SHA of element-web to build against. By default, will use a matching branch name if it exists, or develop."

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
Expand All @@ -55,8 +59,9 @@ jobs:
- name: Fetch layered build
id: layered_build
env:
# tell layered.sh to check out the right sha of the JS-SDK, if we were given one
# tell layered.sh to check out the right sha of the JS-SDK & EW, if they were given one
JS_SDK_GITHUB_BASE_REF: ${{ inputs.matrix-js-sdk-sha }}
ELEMENT_WEB_GITHUB_BASE_REF: ${{ inputs.element-web-sha }}
run: |
scripts/ci/layered.sh
JSSDK_SHA=$(git -C matrix-js-sdk rev-parse --short=12 HEAD)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/end-to-end-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ jobs:
fail-fast: false
matrix:
# Run multiple instances in parallel to speed up the tests
runner: [1, 2, 3, 4, 5, 6]
runner: [1, 2, 3, 4, 5, 6, 7, 8]
steps:
# There's a 'download artifact' action, but it hasn't been updated for the workflow_run action
# (https://github.com/actions/download-artifact/issues/60) so instead we get this mess:
- name: 📥 Download artifact
uses: dawidd6/action-download-artifact@246dbf436b23d7c49e21a7ab8204ca9ecd1fe615 # v2
uses: dawidd6/action-download-artifact@f29d1b6a8930683e80acedfbe6baa2930cd646b4 # v2
with:
run_id: ${{ github.event.workflow_run.id }}
name: previewbuild
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/netlify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# There's a 'download artifact' action, but it hasn't been updated for the workflow_run action
# (https://github.com/actions/download-artifact/issues/60) so instead we get this mess:
- name: 📥 Download artifact
uses: dawidd6/action-download-artifact@246dbf436b23d7c49e21a7ab8204ca9ecd1fe615 # v2
uses: dawidd6/action-download-artifact@f29d1b6a8930683e80acedfbe6baa2930cd646b4 # v2
with:
run_id: ${{ github.event.workflow_run.id }}
name: previewbuild
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[![npm](https://img.shields.io/npm/v/matrix-react-sdk)](https://www.npmjs.com/package/matrix-react-sdk)
![Tests](https://github.com/matrix-org/matrix-react-sdk/actions/workflows/tests.yml/badge.svg)
[![Playwright](https://img.shields.io/badge/Playwright-end_to_end_tests-blue)](https://e2e-develop--matrix-react-sdk.netlify.app/)
![Static Analysis](https://github.com/matrix-org/matrix-react-sdk/actions/workflows/static_analysis.yaml/badge.svg)
[![Knapsack Pro Parallel CI builds for Cypress Test - Legacy Crypto](https://img.shields.io/badge/Knapsack%20Pro-Parallel%20%2F%20Cypress%20Test%20--%20Legacy%20Crypto-%230074ff)](https://knapsackpro.com/dashboard/organizations/3882/projects/2469/test_suites/3724/builds?utm_campaign=organization-id-3882&utm_content=test-suite-id-3724&utm_medium=readme&utm_source=knapsack-pro-badge&utm_term=project-id-2469)
[![Knapsack Pro Parallel CI builds for Cypress Test - Rust Crypto](https://img.shields.io/badge/Knapsack%20Pro-Parallel%20%2F%20Cypress%20Test%20--%20Rust%20Crypto-%230074ff)](https://knapsackpro.com/dashboard/organizations/3882/projects/2469/test_suites/3729/builds?utm_campaign=organization-id-3882&utm_content=test-suite-id-3729&utm_medium=readme&utm_source=knapsack-pro-badge&utm_term=project-id-2469)
Expand Down
Loading
Loading