Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add frameworks tests to windows job #7032

Open
wants to merge 28 commits into
base: master
Choose a base branch
from
Open

Conversation

leoortizz
Copy link
Member

@leoortizz leoortizz commented Apr 22, 2024

Description

Add frameworks tests on windows to CI. Mainly fix paths to work on Windows.

Scenarios Tested

Sample Commands

@leoortizz leoortizz force-pushed the leoortizz_frameworksCi branch 3 times, most recently from 9e1a0c5 to d4889d6 Compare April 22, 2024 21:12
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 54.84%. Comparing base (de3f129) to head (43f0a20).
Report is 33 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #7032      +/-   ##
==========================================
+ Coverage   54.79%   54.84%   +0.05%     
==========================================
  Files         359      361       +2     
  Lines       25110    25223     +113     
  Branches     5176     5202      +26     
==========================================
+ Hits        13758    13834      +76     
- Misses      10114    10145      +31     
- Partials     1238     1244       +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@leoortizz leoortizz changed the title add frameworks tests to windows job [WIP] add frameworks tests to windows job Apr 25, 2024
@leoortizz leoortizz marked this pull request as ready for review May 1, 2024 19:41
@leoortizz leoortizz changed the title [WIP] add frameworks tests to windows job add frameworks tests to windows job May 1, 2024
expect(apiStaticResponse.headers.get("custom-header")).to.eql("custom-value");
expect(await apiStaticResponse.json()).to.eql(apiStaticJSON);

// TODO(leoortizz|jamesdaniels): Figure out why custmo headeres aren't wokring with emulators in Windows
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jamesdaniels I couldn't figure out why but the headers are incorrect when running with the emulators on Windows. content-type is false and custom-header is null

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants