Make all links relative
Now the abs_to_rel module is enabled, links can be made relative so they work on the current environment.
This commit is contained in:
parent
0d359f81d6
commit
7a7dc297ca
349 changed files with 698 additions and 698 deletions
|
@ -82,9 +82,9 @@
|
|||
],
|
||||
"body": [
|
||||
{
|
||||
"value": "\n <p>I recently recorded an episode of <a href=\"https:\/\/www.oliverdavies.uk\/podcast\">Beyond Blocks<\/a> with Yuri Gerasymov, who runs Diffy.<\/p>\n\n<p>He and I discussed visual regression testing, why you'd use it, and some features Diffy offers.<\/p>\n\n<p>I usually write a combination of browser, kernel and unit tests within an application framework like Drupal and Symfony or behavioural tests with Behat.<\/p>\n\n<p>These validate that my logic works as expected and that functions return the correct results or pages return the correct response codes and content.<\/p>\n\n<p>There are types of issues, though, such as breakages within the page layout or structure, which these tests won't discover but can be identified by visual regression tests that compare before and after screenshots.<\/p>\n\n<p>I added to my website during the recording and can see what value it offers as an additional layer of testing on top of the tests I already write.<\/p>\n\n ",
|
||||
"value": "\n <p>I recently recorded an episode of <a href=\"/podcast\">Beyond Blocks<\/a> with Yuri Gerasymov, who runs Diffy.<\/p>\n\n<p>He and I discussed visual regression testing, why you'd use it, and some features Diffy offers.<\/p>\n\n<p>I usually write a combination of browser, kernel and unit tests within an application framework like Drupal and Symfony or behavioural tests with Behat.<\/p>\n\n<p>These validate that my logic works as expected and that functions return the correct results or pages return the correct response codes and content.<\/p>\n\n<p>There are types of issues, though, such as breakages within the page layout or structure, which these tests won't discover but can be identified by visual regression tests that compare before and after screenshots.<\/p>\n\n<p>I added to my website during the recording and can see what value it offers as an additional layer of testing on top of the tests I already write.<\/p>\n\n ",
|
||||
"format": "full_html",
|
||||
"processed": "\n <p>I recently recorded an episode of <a href=\"https:\/\/www.oliverdavies.uk\/podcast\">Beyond Blocks<\/a> with Yuri Gerasymov, who runs Diffy.<\/p>\n\n<p>He and I discussed visual regression testing, why you'd use it, and some features Diffy offers.<\/p>\n\n<p>I usually write a combination of browser, kernel and unit tests within an application framework like Drupal and Symfony or behavioural tests with Behat.<\/p>\n\n<p>These validate that my logic works as expected and that functions return the correct results or pages return the correct response codes and content.<\/p>\n\n<p>There are types of issues, though, such as breakages within the page layout or structure, which these tests won't discover but can be identified by visual regression tests that compare before and after screenshots.<\/p>\n\n<p>I added to my website during the recording and can see what value it offers as an additional layer of testing on top of the tests I already write.<\/p>\n\n ",
|
||||
"processed": "\n <p>I recently recorded an episode of <a href=\"/podcast\">Beyond Blocks<\/a> with Yuri Gerasymov, who runs Diffy.<\/p>\n\n<p>He and I discussed visual regression testing, why you'd use it, and some features Diffy offers.<\/p>\n\n<p>I usually write a combination of browser, kernel and unit tests within an application framework like Drupal and Symfony or behavioural tests with Behat.<\/p>\n\n<p>These validate that my logic works as expected and that functions return the correct results or pages return the correct response codes and content.<\/p>\n\n<p>There are types of issues, though, such as breakages within the page layout or structure, which these tests won't discover but can be identified by visual regression tests that compare before and after screenshots.<\/p>\n\n<p>I added to my website during the recording and can see what value it offers as an additional layer of testing on top of the tests I already write.<\/p>\n\n ",
|
||||
"summary": null
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue