Documentation
ダウンロード価格リリースノート
日本語
日本語
  • はじめに
    • Devinへようこそ 👋
    • Claris FileMaker向けのDevOps
  • 機能
    • バージョン管理
    • 回帰テスト
    • デプロイメント
      • デフォルト環境
      • ワークフロー
      • 内部の仕組み
    • サーバーとファイルの監視
  • ガイド (近日公開予定)
  • サポート
    • 既知の問題
    • サポートを受ける
    • リリースノート
  • 法的情報
    • プライバシーポリシー
GitBook提供
このページ内

役に立ちましたか?

  1. ガイド (近日公開予定)
  2. Projects
  3. Tests

Run Test Scripts

役に立ちましたか?

When tests are loaded from the file they can be run directly from the Project Workspace. To learn how to setup tests for a file, see .

Tests can be triggered individually or all together:

  1. Go to Branches -> Tests

  2. Select the desired file from the list

  3. Use the green play icons to trigger individual test scripts or all scripts sequentially.

The checkmark for each test defines whether the test will be included when all tests are triggered to run sequentially.

The current version of Devin restricts Tests to be triggered manually. In a future version, tests can be triggered as part of a feature that we call Pipelines. This will facilitate automated 回帰テスト.

#implementing-regression-testing-using-devin
Running Tests from the Project Workspace