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

Fix CI #19

Merged
merged 12 commits into from
Mar 29, 2023
Merged

Fix CI #19

merged 12 commits into from
Mar 29, 2023

Conversation

Jean-Beru
Copy link
Collaborator

Q A
Branch? main
Bug fix? yes
New feature? no
Deprecations? no
Tickets
License MIT
Doc PR

This MR makes CI green again. But, to make it possible, note that:

  • @statusCode tag is skipped on Selenium tests since the driver doesn't support getStatusCode method
  • @rest tag is skipped on Selenium tests since the driver doesn't support getResponseHeaders method
  • @json and @xml tags are skipped on Selenium tests since the response is wrapped inside HTML tags

The two last points may not be a problem since this kind of tests doesn't need a Chrome nor Firefox to run since no javascript have to be executed.

@soyuka soyuka merged commit 8215019 into soyuka:main Mar 29, 2023
@soyuka
Copy link
Owner

soyuka commented Mar 29, 2023

OMG huge thanks!!!

@ottaviano
Copy link

yeah, thanks @Jean-Beru for this work!
@soyuka, would it be possible to create a new version with these patches?

@soyuka
Copy link
Owner

soyuka commented Jun 15, 2023

sure

@soyuka
Copy link
Owner

soyuka commented Jun 15, 2023

done

$this->httpCallResultPool->store(
new HttpCallResult($this->mink->getSession()->getPage()->getContent())
);
if ($this->mink->getSession()->isStarted()) {
Copy link
Owner

Choose a reason for hiding this comment

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

Note that this broke our test suite

Copy link

Choose a reason for hiding this comment

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

Same, and 2 other people experienced this issue too here : 8215019#r109969509

@soyuka
Copy link
Owner

soyuka commented Jul 5, 2023

it looks like behat is now taking ~3hours and is broken lol

@Jean-Beru
Copy link
Collaborator Author

@soyuka Fixed in #24

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