Page Object Generator By Storm

A nimble and flexible Selenium Page Object Model generator to improve agile testing process velocity.

Page Object Generator By Storm란 무엇입니까?

Page Object Generator By Storm은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A nimble and flexible Selenium Page Object Model generator to improve agile testing process velocity."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Page Object Generator By Storm 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Generates page objects that work with the Storm Automation framework.  

This is a copy of the Selenium Page Object Generator https://chrome.google.com/webstore/detail/selenium-page-object-gene/epgmnmcjdhapiojbohkkemlfkegmbebb that has been customized to work specifically with the Storm Test Builder by Storm Automation stormautomation.com

The original open source code https://github.com/rickypc/selenium-page-object-generator                    

확장 프로그램 기본 정보

이름 Page Object Generator By Storm Page Object Generator By Storm
ID dljmggfdhmpacdjfaalojehcpakajlla
공식 URL https://chromewebstore.google.com/detail/page-object-generator-by/dljmggfdhmpacdjfaalojehcpakajlla
설명 A nimble and flexible Selenium Page Object Model generator to improve agile testing process velocity.
파일 크기 295 KB
설치 횟수 227
현재 버전 1.1
최근 업데이트 2018-03-05
출시 날짜 2018-03-04
평점 1.00/5 총 1 개의 평점
개발자 Unknown
결제 유형 free
확장 프로그램 웹 사이트 http://stormautomation.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Richard Huang ",
    "browser_action": {
        "default_icon": {
            "19": "assets\/icons\/POG-by-Storm-19px.png",
            "38": "assets\/icons\/POG-by-Storm-38px.png"
        },
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'",
    "description": "A nimble and flexible Selenium Page Object Model generator to improve agile testing process velocity.",
    "homepage_url": "http:\/\/StormAutomation.com",
    "icons": {
        "16": "assets\/icons\/POG-by-Storm-16px.png",
        "48": "assets\/icons\/POG-by-Storm-48px.png",
        "128": "assets\/icons\/POG-by-Storm-128px.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "40",
    "name": "Page Object Generator By Storm",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "short_name": "POG by Storm",
    "version": "1.1"
}