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

Changed Webdemo to point GitHub project.#112

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Tattoo merged 4 commits intorobotframework:masterfromaaltat:webdemo
Jan 13, 2019
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletionREADME.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,7 +2,7 @@ Robot Framework ecosystem front page
====================================

This repository hosts Robot Framework's public website source code. The site
itself is available athttp://robotframework.org.
itself is available athttps://robotframework.org.

Readme for editing this page `<sources/README.md>`__

Expand Down
2 changes: 1 addition & 1 deletionindex.html
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -11,4 +11,4 @@
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');

ga('create', 'UA-106835747-2', 'auto');
ga('send', 'pageview');</script><title>Robot Framework</title><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name=description content="Generic test automation framework for acceptance testing and ATDD"><meta name=author content=""><link rel=apple-touch-icon sizes=76x76 href=/static/img/icons/apple-touch-icon.png><link rel=icon type=image/png sizes=32x32 href=/static/img/icons/favicon-32x32.png><link rel=icon type=image/png sizes=16x16 href=/static/img/icons/favicon-16x16.png><link rel=manifest href=/static/img/icons/site.webmanifest><link rel=mask-icon href=/static/img/icons/safari-pinned-tab.svg color=#5bbad5><meta name=msapplication-TileColor content=#da532c><meta name=theme-color content=#ffffff><link href=/static/css/app.8d1414f48f3e76d4697f72bc1dbc10d6.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=/static/js/manifest.14a76fad9b304f57d579.js></script><script type=text/javascript src=/static/js/vendor.2efd2cdea7175353f657.js></script><script type=text/javascript src=/static/js/app.4d15d0d1f959a2e9d9dd.js></script></body></html>
ga('send', 'pageview');</script><title>Robot Framework</title><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name=description content="Generic test automation framework for acceptance testing and ATDD"><meta name=author content=""><link rel=apple-touch-icon sizes=76x76 href=/static/img/icons/apple-touch-icon.png><link rel=icon type=image/png sizes=32x32 href=/static/img/icons/favicon-32x32.png><link rel=icon type=image/png sizes=16x16 href=/static/img/icons/favicon-16x16.png><link rel=manifest href=/static/img/icons/site.webmanifest><link rel=mask-icon href=/static/img/icons/safari-pinned-tab.svg color=#5bbad5><meta name=msapplication-TileColor content=#da532c><meta name=theme-color content=#ffffff><link href=/static/css/app.0341e2a2e95494e3f18d49b561ba940c.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=/static/js/manifest.14a76fad9b304f57d579.js></script><script type=text/javascript src=/static/js/vendor.da85f901d0a684bf2397.js></script><script type=text/javascript src=/static/js/app.39d4cfb0d1e084d99e47.js></script></body></html>
4 changes: 2 additions & 2 deletionssources/build/webpack.base.conf.js
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -11,7 +11,7 @@ function resolve(dir) {
module.exports = {
context: path.resolve(__dirname, '../'),
entry: {
app: './src/Main.js'
app: './src/main.js'
},
output: {
path: config.build.assetsRoot,
Expand DownExpand Up@@ -74,4 +74,4 @@ module.exports = {
}
]
}
}
}
6 changes: 3 additions & 3 deletionssources/src/App.vue
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -17,7 +17,7 @@
</div>
</template>
<script>
import PageBlock from "@/Components/PageBlock.vue";
import PageBlock from "@/components/PageBlock.vue";

export default {
components: {
Expand DownExpand Up@@ -766,9 +766,9 @@ export default {
items: [
{
title: "Web Demo",
href: "https://bitbucket.org/robotframework/webdemo",
href: "https://github.com/robotframework/WebDemo",
text:
"Demonstrates how to create tests and higher level keywords. The system under test is a simple web page that is tested usingSelenium2Library."
"Demonstrates how to create tests and higher level keywords. The system under test is a simple web page that is tested usingSeleniumLibrary."
},
{
title: "ATDD with Robot Framework",
Expand Down
8 changes: 4 additions & 4 deletionssources/src/components/PageBlock.vue
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -10,10 +10,10 @@
</template>

<script>
import FeatureBox from "@/Components/FeatureBox.vue";
import TabBox from "@/Components/TabBox.vue";
import TextBlock from "@/Components/TextBlock.vue";
import UserBox from "@/Components/UserBox.vue";
import FeatureBox from "@/components/FeatureBox.vue";
import TabBox from "@/components/TabBox.vue";
import TextBlock from "@/components/TextBlock.vue";
import UserBox from "@/components/UserBox.vue";

import Examples from "@/components/pages/Examples";

Expand Down
10 changes: 5 additions & 5 deletionssources/src/components/pages/Examples.vue
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -77,7 +77,7 @@
</div>
<div class="col">
<pre class="highlight"><span class="gh">*** Settings ***</span><span class="p"></span>
<span class="kn">Library</span><span class="p"> </span><span class="nn">Selenium2Library</span><span class="p"></span>
<span class="kn">Library</span><span class="p"> </span><span class="nn">SeleniumLibrary</span><span class="p"></span>

<span class="gh">*** Variables ***</span><span class="p"></span>
<span class="p">${</span><span class="nv">SERVER</span><span class="p">} </span><span class="s">localhost:7272</span><span class="p"></span>
Expand DownExpand Up@@ -218,7 +218,7 @@
</template>

<script>
import TextBlock from "@/Components/TextBlock.vue";
import TextBlock from "@/components/TextBlock.vue";

export default {
components: {
Expand All@@ -235,15 +235,15 @@ export default {
items: [
{
text:
'<p> Let\'s start with a real-life example from our <a href="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 <span class="italic">keywords</span>. </p> <p> 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 <span class="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 <span class="italic">intent</span> of the test, rather than the nuts and bolts. </p> <p> See next example for what you\'re going to get once this example is run! </p>'
'<p> Let\'s start with a real-life example from our <a href="https://github.com/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 <span class="italic">keywords</span>. </p> <p> 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 <span class="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 <span class="italic">intent</span> of the test, rather than the nuts and bolts. </p> <p> See next example for what you\'re going to get once this example is run! </p>'
},
{
text:
'<p> 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 <span class="bold"> Report</span> and the <span class="bold">Log</span>. </p> <p>This Report and Log are based on executing the test suite described in the previous example and is from our <a href="https://bitbucket.org/robotframework/webdemo" target="_blank">web demo project</a>.</p><p id="example-report-last-paragraph"> Report details clearly viewable statistics including Pass/Fail ratios and elapsed times. This gives you great overview on the test execution. </p> <p> Log details statistics from each step of the test execution, from keyword to keyword. It enables you to drill down on the specifics of the test in case of failure or otherwise. </p>'
'<p> 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 <span class="bold"> Report</span> and the <span class="bold">Log</span>. </p> <p>This Report and Log are based on executing the test suite described in the previous example and is from our <a href="https://github.com/robotframework/WebDemo" target="_blank">web demo project</a>.</p><p id="example-report-last-paragraph"> Report details clearly viewable statistics including Pass/Fail ratios and elapsed times. This gives you great overview on the test execution. </p> <p> Log details statistics from each step of the test execution, from keyword to keyword. It enables you to drill down on the specifics of the test in case of failure or otherwise. </p>'
},
{
text:
'<div class="caption margin vertical-content"> <p> 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 <a href="http://en.wikipedia.org/wiki/Don\'t_repeat_yourself" class="bold" target="_blank">DRY</a>! </p> <p> Below, we have test case testing invalid login in <a href="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 <span class="italic">resource file</span>.</p>'
'<div class="caption margin vertical-content"> <p> 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 <a href="http://en.wikipedia.org/wiki/Don\'t_repeat_yourself" class="bold" target="_blank">DRY</a>! </p> <p> Below, we have test case testing invalid login in <a href="https://github.com/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 <span class="italic">resource file</span>.</p>'
},
{
text:
Expand Down
7 changes: 7 additions & 0 deletionsstatic/css/app.0341e2a2e95494e3f18d49b561ba940c.css
View file
Open in desktop

Large diffs are not rendered by default.

View file
Open in desktop

Large diffs are not rendered by default.

7 changes: 0 additions & 7 deletionsstatic/css/app.8d1414f48f3e76d4697f72bc1dbc10d6.css
View file
Open in desktop

This file was deleted.

View file
Open in desktop

This file was deleted.

View file
Open in desktop

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletionstatic/js/vendor.2efd2cdea7175353f657.js
View file
Open in desktop

This file was deleted.

37 changes: 37 additions & 0 deletionsstatic/js/vendor.da85f901d0a684bf2397.js
View file
Open in desktop

Large diffs are not rendered by default.


[8]ページ先頭

©2009-2025 Movatter.jp