Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs for new version. #55

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all 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
106 changes: 0 additions & 106 deletions content/cli/index.md

This file was deleted.

63 changes: 0 additions & 63 deletions content/cli/shouldbeefile.md

This file was deleted.

21 changes: 0 additions & 21 deletions content/cli/windows-envvars.md

This file was deleted.

12 changes: 0 additions & 12 deletions content/en/sidemenu.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,8 @@ sidemenu: true

* [Available Browsers and OS](/environments/) (japanese)
* [Environment Differences](/environments/differences/) (japanese)
* [How to Set User Agent](/environments/user-agent/) (japanese)
* [How To Access Basic Auth](/environments/basic-auth/) (japanese)

**CLI**

* [CLI client](/cli/) (japanese)
* [Shouldbeefile](/cli/shouldbeefile/) (japanese)
* [How to Set Environment Vars in Windows](/cli/windows-envvars/) (japanese)

**iOS**

* [Test iOS Apps](/ios/) (japanese)
* [Steps](/ios/steps/) (japanese)

**Others**

* <a href="https://trello.com/b/NZedoSDx" target="_blank">Users' Requests</a> (japanese)
Expand Down
2 changes: 0 additions & 2 deletions content/environments/basic-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ title: BASIC認証の設定

テスト対象のウェブサイトにBASIC認証が設定されている場合、「テスト対象サイトのURL」に`http://ユーザ名:パスワード@テスト対象サイトのホスト名/`の形式で認証情報を含めてください。

コマンドライン版ShouldBeeでは、[Shouldbeefile]の`url`の設定に認証情報を含めてください。

なお、BASIC認証の設定はHTTPS環境では使用できませんのでご注意ください。

[Shouldbeefile]: /cli/shouldbeefile/
1 change: 0 additions & 1 deletion content/environments/differences.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ title: 各ブラウザの機能差
| Internet Explorer | ◯ | ◯ | × | ×
| Google Chrome | ◯ | ◯ | × | ◯ |
| Firefox | ◯ | ◯ | × | ◯ |
| PhantomJS | ◯ | ◯ | × | ◯ |
7 changes: 3 additions & 4 deletions content/environments/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ ShouldBeeでご利用いただけるブラウザとOSの環境一覧です。

OS | ブラウザ | 識別子
---|---|---
Windows 7 | Internet Explorer 9 | `windows:ie`
Windows 7 | Google Chrome 26 | `windows:chrome`
Windows 7 | Firefox 31 | `windows:firefox`
Linux | PhantomJS 1.9 | `linux:phantomjs`
Windows 7 | Internet Explorer 11 | `windows:ie`
Windows 7 | Google Chrome 49 | `windows:chrome`
Windows 7 | Firefox 45 | `windows:firefox`


<small>ライセンス上の都合により、ShouldBeeではデスクトップ版OSに相当するサーバ版OSを使っている環境があります。
Expand Down
20 changes: 0 additions & 20 deletions content/environments/user-agent.md

This file was deleted.

15 changes: 4 additions & 11 deletions content/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,15 @@ ShouldBeeではテストの手順を記述したテキストをテストスク

## テストスクリプトの形式

テストスクリプトは3つのパートからなります
テストスクリプトは2つのパートからなります

1. テスト環境設定
* シナリオ
1. シナリオ
* コメント

![](/script/script-format.png)


### 1. テスト環境設定

テスト環境設定は、テストを実行するブラウザと、テストする対象サイトのURLを設定するパートです。
「テスト対象サイトのURL」には外部からアクセス可能なサイトのURLを設定します。


### 2. シナリオ
### 1. シナリオ

シナリオは、テスト実施の手順を記述する部分で、[ステップ]の組み合わせです。
ステップとは、ブラウザを駆動する命令文です。
Expand All @@ -47,7 +40,7 @@ ShouldBeeではテストの手順を記述したテキストをテストスク
```
</code></pre>

### 3. コメント
### 2. コメント

コメントの部分は見出しを書いたり、ドキュメントを残したりするために使います。

Expand Down
14 changes: 0 additions & 14 deletions content/ios/index.md

This file was deleted.

55 changes: 0 additions & 55 deletions content/ios/steps/index.md

This file was deleted.

9 changes: 0 additions & 9 deletions content/ios/steps/press_button.md

This file was deleted.

Loading