Skip to content

Instantly share code, notes, and snippets.

@donchan922
Last active May 22, 2020 21:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save donchan922/7ca133828f6a9fa2aa930347009259a8 to your computer and use it in GitHub Desktop.
Save donchan922/7ca133828f6a9fa2aa930347009259a8 to your computer and use it in GitHub Desktop.
myproject/
├── pom.xml
└── src
└── test
└── java
├── examples
│ ├── ExamplesTest.java # 全シナリオのテスト実行クラス
│ └── users
│ ├── UsersRunner.java # シナリオごとのテスト実行クラス
│ └── users.feature # テストシナリオ
├── karate-config.js # Karateの設定ファイル
└── logback-test.xml # ロガーの設定
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment