adobe / aio-lib-console

Adobe I/O Javascript SDK wrapping Adobe Developer Console APIs
https://www.adobe.io
Apache License 2.0
1 stars 8 forks source link

ACNA-1694: fix e2e tests #40

Closed shazron closed 1 year ago

shazron commented 2 years ago

Description

Closes #37 Paired with #39 and some fixes, the 13 failures have been reduced to 2:

 Extension API tests
    ✓ test get ALL ExtensionPoints API (982 ms)
    ✕ test update endpoints for workspace API (839 ms)
    ✕ test get endpoints for workspace API (854 ms)

How Has This Been Tested?

npm run e2e

Screenshots (if appropriate):

Types of changes

Checklist:

codecov[bot] commented 2 years ago

Codecov Report

Merging #40 (43a111f) into master (388d3c8) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##            master       #40   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines          485       485           
  Branches        15        15           
=========================================
  Hits           485       485           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

shazron commented 1 year ago

Run npm run e2e before merging