Questions: "Failed to find DNS-record for resource at https://www.google.com"
See original GitHub issueHi, 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:
- Created 7 years ago
- Comments:20 (9 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks, I’ve reproduced the problem and created a separate issue.
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.