CoreJet JIRA extracter
Creates CoreJet test skeletons from scenarios on the current JIRA ticket page
CoreJet JIRA extracter là gì?
CoreJet JIRA extracter là một tiện ích mở rộng Chrome được phát triển bởi peter.woolley, và tính năng chính của nó là "Creates CoreJet test skeletons from scenarios on the current JIRA ticket page".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CoreJet JIRA extracter
Tải xuống các tệp mở rộng CoreJet JIRA extracter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Meet CoreJet It's a new open source testing tool for BDD Wait, WTF is BDD? Well, BDD stands for Behaviour Driven Develpoment and this is where it all began, with a man called Dan. Behaviour-Driven Development evolved from Test Driven Development. By realising that everything a system does is a behaviour, and that all behaviour should have a business value, it focuses development and aims to reduce the divide between Business and Technology. The three core principles are: Business and Technology should refer to the same system in the same way Any system should have an identified, verifiable value to the business Up-front analysis, design and planning all have a diminishing return To find out more you can go to behaviour-driven.org How can a vegetable help me? Actually, CoreJet isn't a vegetable, you're thinking of courgette. CoreJet is a tool that integrates seamlessly with the popular project tracking tool JIRA in order to put the principles of behaviour driven development into action. This is how it's done: The behaviours that are required by the business are broken down into Epics, Stories and Scenarios and stored in JIRA by the Business Analysts Scenarios are written in the BDD format: Given, When, Then Using the Google Chrome plugin for CoreJet, Stories and Scenarios are translated into Java skeletons. For UI tests, every Story/Scenario has a number of Page Objects using Selenium 2.0 which allow the tester to interact with the application. A custom JUnit Runner is used to run stories as tests. Output is in the form of JUnit and CoreJet XML files CoreJet XML file is translated into an interactive HTML5 Report and displayed in the browser. Use CoreJet This is the recipe for a delicious CoreJet project: Ingredients: A JIRA Instance Google Chrome Google Chrome plugin for CoreJet Selenium 2.0 Jenkins CoreJet Reports A bunch of fresh Business Analysts A handful of ripe Developers Grow CoreJet You can help us. However could I do that? CoreJet is open source and you can contribute to it on github. Anything that you can add will be much appreciated. You can also send us your ideas, any bugs/features you've noticed, suggestions, worries, love to [email protected]. We look forward to hearing from you!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nklfpajmdjkbekeopageellmkllcmakg |
URL Chính Thức | https://chrome.google.com/webstore/detail/corejet-jira-extracter/nklfpajmdjkbekeopageellmkllcmakg |
Mô tả | Creates CoreJet test skeletons from scenarios on the current JIRA ticket page |
Kích Thước Tệp | 41.04 KB |
Số Lần Cài Đặt | 95 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2014-02-13 |
Ngày Phát Hành | 2014-02-13 |
Đánh Giá | 4.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | peter.woolley |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://corejet.org/ |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CoreJet JIRA extracter", "version": "1.1", "manifest_version": 2, "description": "Creates CoreJet test skeletons from scenarios on the current JIRA ticket page", "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |