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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump puppeteer version to v3.0 #2342

Closed
wants to merge 5 commits into from
Closed

bump puppeteer version to v3.0 #2342

wants to merge 5 commits into from

Conversation

kobenguyent
Copy link
Collaborator

@kobenguyent kobenguyent commented Apr 16, 2020

Motivation/Description of the PR

  • Bump puppeteer to v3 which is supporting running tests with firefox instead of using puppeteer-firefox (available since v2 but we haven't got chance to update it).

Applicable helpers:

  • Puppeteer

Type of change

  • 馃敟 Breaking changes
  • 馃殌 New functionality
  • 馃悰 Bug fix
  • 馃搵 Documentation changes/updates
  • 鈾笍 Hot fix
  • 馃敤 Markdown files fix - not related to source code
  • 馃拝 Polish code

Checklist:

  • Tests have been added
  • Documentation has been added (Run npm run docs)
  • Lint checking (Run npm run lint)
  • Local tests are passed (Run npm test)

Notes:

@@ -648,7 +648,8 @@ module.exports.tests = function () {
});
});

describe('#attachFile', () => {
describe.skip('#attachFile', () => {
// Those tests are skipped due to bug https://github.com/puppeteer/puppeteer/issues/5543
Copy link
Collaborator

Choose a reason for hiding this comment

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

could you mark this as // TODO: .... ?

possibly, we can create issue with this problem, to see it
and type link on it // TODO: #xxxx bla bla.... or // TODO: https://github.com/Codeception/CodeceptJS/issues/xxxx bla bla...

@@ -17,7 +17,9 @@ let page;
let FS;
const siteUrl = TestHelper.siteUrl();

describe('Puppeteer - BasicAuth', () => {
describe('Puppeteer - BasicAuth', function () {
this.timeout(35000);
Copy link
Collaborator

Choose a reason for hiding this comment

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

why so much?

@@ -648,7 +648,8 @@ module.exports.tests = function () {
});
});

describe('#attachFile', () => {
describe.skip('#attachFile', () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

ups, this is going to skip this test for ALL helpers!
please check webapi.js there are examples how to skip tests for exactly one helper

@DavertMik
Copy link
Contributor

Closed in favor of #2355
Btw, Puppeteer actually fixed downloads issue, so since 3.0.1 they are perfect!

@DavertMik DavertMik closed this Apr 22, 2020
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

3 participants