TeselaGen / openVectorEditor

DEPRECATED - Teselagen's Open Source Vector/Plasmid Editor Component
https://teselagen.github.io/tg-oss/ove/#/Editor
MIT License
200 stars 72 forks source link

Tests for Extra Annotation Props #873

Closed AndresPrez closed 1 year ago

AndresPrez commented 1 year ago

Implements test for https://github.com/TeselaGen/openVectorEditor/pull/872

cypress[bot] commented 1 year ago



Test summary

264 0 1 0


Run details

Project openVectorEditor
Status Passed
Commit f9a19fd6e5 ℹ️
Started Dec 28, 2022 6:26 PM
Ended Dec 28, 2022 6:53 PM
Duration 27:01 💡
OS Linux Ubuntu -
Browser Electron 106

View run in Cypress Dashboard ➡️


This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard

codecov-commenter commented 1 year ago

Codecov Report

Merging #873 (c723952) into master (492a786) will increase coverage by 0.06%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #873      +/-   ##
==========================================
+ Coverage   75.07%   75.14%   +0.06%     
==========================================
  Files         290      290              
  Lines       11183    11191       +8     
  Branches     4035     4039       +4     
==========================================
+ Hits         8396     8409      +13     
+ Misses       2444     2439       -5     
  Partials      343      343              
Impacted Files Coverage Δ
demo/src/EditorDemo/index.js 85.13% <100.00%> (+1.64%) :arrow_up:
src/RowItem/index.js 78.14% <0.00%> (+0.54%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

cypress[bot] commented 1 year ago



Test summary

263 1 1 0


Run details

Project openVectorEditor
Status Failed
Commit c723952cfd
Started Dec 28, 2022 6:26 PM
Ended Dec 28, 2022 6:59 PM
Duration 33:16 💡
OS Linux Ubuntu -
Browser Electron 106

View run in Cypress Dashboard ➡️


Failures

cypress/e2e/onSavePng.spec.js Failed
1 onSavePng > generate a png onSave if pngGenerate option is set to true

This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard

AndresPrez commented 1 year ago

@tnrich this one seems like it was failing before. Not sure what's wrong because it passes locally. image