Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

test: e2e support run in ci enviroment #487

Merged
merged 12 commits into from
Aug 2, 2022
Merged

test: e2e support run in ci enviroment #487

merged 12 commits into from
Aug 2, 2022

Conversation

z4cki
Copy link
Contributor

@z4cki z4cki commented Jul 28, 2022

close: #382

solution:

  1. run module.ts to generate a MODULE file which includes every test module to support matrix
  2. In github action, use parallel.ts to generate a script to run playwright
  3. in global-setup, login by api to save the storage to reuse.

@codecov
Copy link

codecov bot commented Jul 28, 2022

Codecov Report

Merging #487 (39ed119) into main (5c47ca6) will increase coverage by 0.00%.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #487   +/-   ##
=======================================
  Coverage   69.35%   69.36%           
=======================================
  Files        1070     1070           
  Lines       18400    18399    -1     
  Branches     2573     2573           
=======================================
  Hits        12762    12762           
+ Misses       5324     5323    -1     
  Partials      314      314           
Flag Coverage Δ
frontend-unit 65.14% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...mentTopBar/CollaboratorsMenu/CollaboratorsMenu.tsx 0.00% <ø> (ø)
apps/client-web/src/routes/accounts/_.tsx 0.00% <0.00%> (ø)
apps/client-web/src/routes/_shared/AppError.tsx 0.00% <0.00%> (ø)
...-editor/src/components/ui/Formula/Formula.style.ts 100.00% <0.00%> (ø)
...src/components/blockViews/TocView/TocNodePanel.tsx 86.04% <0.00%> (ø)
...ocumentEditor/DocumentTitle/DocumentTitle.style.ts 0.00% <0.00%> (ø)
...es/design-system/src/components/PopoverN/index.tsx 75.00% <0.00%> (+2.58%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5c47ca6...39ed119. Read the comment docs.

@z4cki z4cki temporarily deployed to pr_preview July 28, 2022 07:45 Inactive
@github-actions
Copy link
Contributor

This pull request has been built and is available for preview at pr487.mashcard.dev.
Default username/password is test1@example.com & test1234.

Devtools

@z4cki z4cki temporarily deployed to pr_preview July 28, 2022 07:51 Inactive
@z4cki z4cki temporarily deployed to pr_preview July 28, 2022 08:05 Inactive
@z4cki z4cki temporarily deployed to pr_preview July 28, 2022 10:35 Inactive
@z4cki z4cki temporarily deployed to pr_preview July 28, 2022 11:04 Inactive
@z4cki z4cki temporarily deployed to pr_preview July 28, 2022 15:44 Inactive
@z4cki z4cki temporarily deployed to pr_preview July 29, 2022 02:50 Inactive
@z4cki z4cki temporarily deployed to pr_preview July 29, 2022 05:02 Inactive
@z4cki z4cki temporarily deployed to pr_preview July 31, 2022 15:58 Inactive
@z4cki z4cki temporarily deployed to pr_preview August 1, 2022 01:50 Inactive
@stackia stackia merged commit 4cdc4d8 into main Aug 2, 2022
@stackia stackia deleted the e2e-parallel branch August 2, 2022 06:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

integrate parallel E2E for PR environment
2 participants