how to add anchors in scenario documentation in cucumber - cucumber-jvm

how do add a link to a web page as part of my scenario documentation so that, the link is clickable in the generated cucumber report ?
for ex;
Scenario: some text
Please refer to maps.google.com .
When blah
Then blah
I expect the report to show me a hyper link to maps.google.com in the scenario documentation.
is this possible ?
thanks

Markdown is supported for descriptions, so you can do either:
<maps.google.com>
Or:
[Google Maps](http://maps.google.com)

Related

Doxygen : link to a Related Page

Say I have a page, in the Related Pages section, named states.md.
Now, in the doc of a specific method, I want to tell users to go see that file for more details, like "See states.md", with an hyperlink to the page.
The problem is, I have no problem generating the link (I can use the \ref command like See the \ref states.md "states.md", but it seems to work the same if I just write the name of the file), however the link goes to a empty and useless page rather than the actual page :
If I "manually" go to the Related Pages tab, states.md appears in the list, if I click on it from here I can see the content of the file.
How can I make Doxygen generate a link to the actual content of my file, like it appears in the Related Pages tab ?
You can add an anchor in the headline of markdown and link it directly. This is more clean then linking to the created html file. See official doc.
Here is an examlple:
doit.md:
# Specific Information on doIt() {#doit_specific}
- First do this
- Then that
- And finish up
Then you can link it in your doxygen. e.g. doIt.h:
//! Does it
//!
//! See \ref doit_specific "specific information".
//!
void doIt();
Note: You can also just \ref doit_specific and it will use the headline as the text.
Additional info: Make sure, the markdown page appears in the related page sections. If it does not, you need to edit the doxygen settings. See https://stackoverflow.com/a/9522667/4675668

How customizable is the checkout page?

Hi I am wondering how customizable the checkout page is on the BigCommerce platform.
In my use case I would like to replace the product image on the checkout page to an <iframe>
Is that possible to do?
For example see in the image below, which is a standard render of the checkout.html file, I would like to edit 3 lines of code in the {{{ checkout.checkout_content }}} tag (see line 31 in the image below), but is it accessible? And are there any workarounds, like for example injecting javascript?
I believe what you're looking to do is customize your checkout. If so, you can modify the one page optimized checkout or create a custom checkout using our Checkout SDK.
Here are some helpful links;
Open Checkout
Checkout SDK
Checkout SDK Tutorial

How to link to a custom template in Shopify?

I'm trying to add a link to a button in Shopify, but I can't get it to work.
I created a new template file in Templates called "page.alternate.liquid"
Then I try to link to it from header using this:
LINK
The output doesn't add any link at all, just a regular text.
To view an alternate template, you have two options:
1) On the resource in question, choose the template that the resource should default to using the selector on the right-hand side.
(Note: this only shows if you have at least 1 appropriate alternate theme in the live theme, and will only list the alternate templates in the currently-live theme)
2) When linking to the resource, add view=<template-suffix> to the querystring of the link.
Example: To link to an alternate page template templates/page.inverted_colours.liquid, your link URL would be /pages/about-us?view=inverted_colours
In your case in the question, that would look something like LINK
This article on Shopify partners blog might help as well: https://www.shopify.ca/partners/blog/shopify-alternate-templates
Hope this helps!

RedMine: Link to Wiki of another project does not work

I have two projects in Redmine and both have their wikis.
Is it possible to link the wiki page of one project to the wiki page of another project?
I ended so far with using of http links:
"Redmine web site":http://www.redmine.org
But I want to use relative paths like this:
[[sandbox:some page]] displays a link to the page named 'Some page' of the Sandbox wiki
The Examples are taken form Redmines official wiki page:
http://www.redmine.org/projects/redmine/wiki/RedmineTextFormattingTextile
You can also define a custom link text for wiki links without having to resort to plain textile links:
[[your-project:your-wiki-page|Relative Path in Redmine]]
Using this syntax, you get the advantage of colored links depending on whether the target page exists or not and correct links on case you ever decide to move your Redmine server.
This and other syntax details are described on the help page you can access by clicking on the small question mark button above most text fields or on https://www.redmine.org/help/en/wiki_syntax_detailed.html.
I found the solution:
You can just direct from Redmines projects folder:
"Relative Path in Redmine":/projects/your-project/wiki/your-wiki-page

Rich Snippet errors "This is not verified publisher markup", and "Missing required field 'updates'/'author'"

When I test my website on Google SDTT it will show:
This is not a verified publisher markup.
Error: Missing required field "updated".
Error: Missing required hCard "author".
How can I solve it? And is this affecting my SEO rating?
You will need to integrate your personal Plus profile with website and vice versa.
Follow this:
Create a link to your Google+ profile from your webpage, like this:
Google
Replace [profile_url] with the your Google+ profile URL, like this:
Google
Your link must contain the ?rel=author parameter. If it's missing, Google won't be able to associate your content with your Google+ profile.
Add a reciprocal link back from your profile to the site(s) you just updated.
Edit the Contributor To section.
In the dialog that appears, click Add custom link, and then enter the website URL.
If you want, click the drop-down list to specify who can see the link.
Click Save.
More here: https://support.google.com/webmasters/answer/1408986?expand=option2
UPDATE:
In a very latest update issued today only, Google has confirmed that they are completely removing authorship feature from Google search. Pls follow updates here: https://plus.google.com/u/0/+JohnMueller/posts/HZf3KDP1Dm8
You are using the hEntry Microformat. This Microformat requires three classes:
entry-title
updated
author
You are missing updated and author.
(See my answer to a question with a similar problem.)
These errors most likely won’t affect your ranking, Google might just consider not showing a Rich Snippet.