question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Questions: "Failed to find DNS-record for resource at https://www.google.com"

See original GitHub issue

Hi, I decide to try this test framework and got this error. Same with you test page. I’m in corporate network with some firewall restrictions, but both pages are available if I try it in browser. Maybe you have any idea what could be wrong? Sorry if this such silly report.

Test code

import { Selector } from 'testcafe';
const articleHeader = Selector('#article-header');
fixture `Getting Started`
    .page `https://www.google.com/`;
test('My first test', async t => {
    await t
        .typeText('#lst-ib', 'Peter Parker')
        .click('[type="submit"]')
        .expect(true).eql(false);
});

Specify your

  • operating system: Win 7
  • testcafe version: 0.11.1
  • node.js version: 6.9.1

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:20 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
miherlosevcommented, Jul 12, 2017

Thanks, I’ve reproduced the problem and created a separate issue.

0reactions
AlexanderMoskovkincommented, Aug 2, 2017

I’m closing this since there were no activity here for a long time. Some of other issues discussed here were resolved. Feel free to reopen the issue if the initial issue is actual or create a new issue if you have some other problem.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Fix conflicting records errors - Google Domains Help
How to fix conflicting record errors · Find the subdomain you want to add data to. · Click Edit. · Click +. ·...
Read more >
Troubleshooting | Public DNS - Google Developers
If the dns.google web site is blocked or shows very different results, first check that you are using Google Public DNS. If you...
Read more >
Testcafe: Failed to find a dns-record for the resource
This runs fine when I try from a personal home network but fails on corporate/office network with error "failed to find a DNS-record...
Read more >
Error messages | Cloud DNS
This error occurs when you create two types of resource record sets, such as both an A record and a CNAME record for...
Read more >
Identifying and Troubleshooting DNS Issues - N-able
Without DNS, if you entered “www.google.com” into your browser, ... If the result of the ping is that “request could not find host,”...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found