Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf592172

Browse files
committed
Link projects on BitBucket to project root, not wiki
Motivation is removing wikis with projects that could just use READMEin the main remo instead.
1 parentae60e8b commitf592172

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

‎index.html‎

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ <h1 class="row-header">EXAMPLES</h1>
197197
<divclass="column half vertical-align">
198198
<divclass="caption vertical-content">
199199
<p>
200-
Let's start with a real-life example from our<ahref="https://bitbucket.org/robotframework/webdemo/wiki/Home"target="_blank">web demo project</a>. Here we have a test suite with one test case which tests that login is valid. As you can see, test data syntax is based on<spanclass="italic">keywords</span>.
200+
Let's start with a real-life example from our<ahref="https://bitbucket.org/robotframework/webdemo"target="_blank">web demo project</a>. Here we have a test suite with one test case which tests that login is valid. As you can see, test data syntax is based on<spanclass="italic">keywords</span>.
201201
</p>
202202
<p>
203203
Keywords are composable, meaning you can define new keywords that use pre-existing keywords. This way, you can abstract details of testing to something that makes immediate sense; for example, we don't need to know what exactly the step<spanclass="teletype">Submit Credentials</span> actually does, unless we want to. Test cases are therefore clear and readable, with just the right level of abstraction to convey the<spanclass="italic">intent</span> of the test, rather than the nuts and bolts.
@@ -215,7 +215,7 @@ <h1 class="row-header">EXAMPLES</h1>
215215
<p>
216216
Executing the test suite file from previous example, we get the meat and bone of Robot Framework: A comprehensive debriefing on what happened in the test execution in two parts: the<spanclass="bold"> Report</span> and the<spanclass="bold">Log</span>.
217217
</p>
218-
<p>This Report and Log are based on executing the test suite described in the previous example and is from our<ahref="https://bitbucket.org/robotframework/webdemo/wiki/Home"target="_blank">web demo project</a>.</p>
218+
<p>This Report and Log are based on executing the test suite described in the previous example and is from our<ahref="https://bitbucket.org/robotframework/webdemo"target="_blank">web demo project</a>.</p>
219219

220220
<imgsrc="img/examples/report.png"id="report"/>
221221

@@ -243,7 +243,7 @@ <h1 class="row-header">EXAMPLES</h1>
243243
Keywords can be defined outside of the test suite and be imported as an external resources. This means you can collect generally useful keywords to one place and share them throughout your project, keeping also the testing<ahref="http://en.wikipedia.org/wiki/Don't_repeat_yourself"class="bold"target="_blank">DRY</a>!
244244
</p>
245245
<p>
246-
Below, we have test case testing invalid login in<ahref="https://bitbucket.org/robotframework/webdemo/wiki/Home">our very own web demo</a>. As you can see, we can abstract away a lot of necessary, but ultimately non-expressive nuts and bolts of the testing to the<spanclass="italic">resource file</span>.
246+
Below, we have test case testing invalid login in<ahref="https://bitbucket.org/robotframework/webdemo">our very own web demo</a>. As you can see, we can abstract away a lot of necessary, but ultimately non-expressive nuts and bolts of the testing to the<spanclass="italic">resource file</span>.
247247
</p>
248248

249249
<divclass="highlight"><pre><spanclass="gh">*** Settings ***</span><spanclass="p"></span>
@@ -362,7 +362,7 @@ <h1 class="row-header">EXAMPLES</h1>
362362
All keywords in Robot Framework come from some library. What if existing libraries do not have what you need? Easy! Just make a library of your own!
363363
</p>
364364
<p>
365-
This example is from our<ahref="https://bitbucket.org/robotframework/robotdemo/wiki/Home"target="_blank">Robot Demo</a>. These keywords the tests use are implemented in plain Python. You can also do libraries in Java.
365+
This example is from our<ahref="https://bitbucket.org/robotframework/robotdemo"target="_blank">Robot Demo</a>. These keywords the tests use are implemented in plain Python. You can also do libraries in Java.
366366
</p>
367367
</div>
368368
</div>
@@ -417,7 +417,7 @@ <h1 class="row-header">EXAMPLES</h1>
417417
In this example, each test case adheres to the template set by<spanclass="teletype">Calculate</span> keyword.
418418
</p>
419419
<p>
420-
This example comes from<ahref="https://bitbucket.org/robotframework/robotdemo/wiki/Home"target="_blank">our another demo</a> displaying testing a simple calculator. Check it out!
420+
This example comes from<ahref="https://bitbucket.org/robotframework/robotdemo"target="_blank">our another demo</a> displaying testing a simple calculator. Check it out!
421421
</p>
422422
</div>
423423
</div>
@@ -458,7 +458,7 @@ <h1 class="row-header">EXAMPLES</h1>
458458
Want to do<atarget="_blank"href="https://github.com/cucumber/cucumber/wiki/Gherkin">Gherkin-style</a> behaviour-driven test development made famous by<ahref="http://cukes.info/"target="_blank">Cucumber</a>? No problem! That's baked in!
459459
<p>
460460
<p>
461-
Here is another example from our<ahref="https://bitbucket.org/robotframework/robotdemo/wiki/Home"target="_blank">Robot Demo</a> that shows how you can level the expressiveness of Given-When-Then in Robot Framework.
461+
Here is another example from our<ahref="https://bitbucket.org/robotframework/robotdemo"target="_blank">Robot Demo</a> that shows how you can level the expressiveness of Given-When-Then in Robot Framework.
462462
</p>
463463

464464
</div>
@@ -957,7 +957,7 @@ <h1 class="row-header">THE TOOLS</h1>
957957
<divclass="column one-thirds">
958958

959959
<divclass="link">
960-
<ahref="https://bitbucket.org/robotframework/pygmentslexer/wiki/Home"target="_blank">Robot Framework Lexer</a>
960+
<ahref="https://bitbucket.org/robotframework/pygmentslexer"target="_blank">Robot Framework Lexer</a>
961961
Robot Framework syntax highlighting with Pygments. Link is to the lexer project itself, but the lexer is part of Pygments from version 1.6 onwards.
962962
</div>
963963

@@ -1057,7 +1057,7 @@ <h1 class="row-header">THE DOCS</h1>
10571057

10581058
<divclass="column half">
10591059
<divclass="link">
1060-
<ahref="https://bitbucket.org/robotframework/webdemo/wiki/Home"target="_blank">Web Demo</a>
1060+
<ahref="https://bitbucket.org/robotframework/webdemo"target="_blank">Web Demo</a>
10611061
Demonstrates how to create tests and higher level keywords. The system under test is a simple web page that is tested using Selenium2Library.
10621062
</div>
10631063
<divclass="link">
@@ -1068,7 +1068,7 @@ <h1 class="row-header">THE DOCS</h1>
10681068

10691069
<divclass="column half">
10701070
<divclass="link">
1071-
<ahref="https://bitbucket.org/robotframework/robotdemo/wiki/Home"target="_blank">Robot Demo</a>
1071+
<ahref="https://bitbucket.org/robotframework/robotdemo"target="_blank">Robot Demo</a>
10721072
Demonstrates how to create tests and test libraries. The system under test is a simple calculator that is tested using a custom library.
10731073
</div>
10741074
<divclass="link">
@@ -1079,7 +1079,7 @@ <h1 class="row-header">THE DOCS</h1>
10791079

10801080
<divclass="column full">
10811081
<divclass="link">
1082-
<ahref="https://bitbucket.org/robotframework/cdemo/wiki/Home"target="_blank">Using C with Robot Framework</a>
1082+
<ahref="https://bitbucket.org/robotframework/cdemo"target="_blank">Using C with Robot Framework</a>
10831083
This simple example demonstrates how to use C language from Robot Framework test libraries.
10841084
</div>
10851085
</div>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp