GithubHelp home page GithubHelp logo

u-boat-ai / mixed-first Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rain0193/mixed-first

0.0 0.0 0.0 14.29 MB

mixed-first

Home Page: https://ideasfortester.github.io/mixed-first/

Java 93.77% CSS 0.51% HTML 1.83% FreeMarker 1.80% Shell 0.04% Python 1.92% JavaScript 0.13%

mixed-first's Introduction

release notes

Not maintained anymore. The docs is in here

This project have some interesting idea there. Make UI and API testing Annotation based.

This tools was built two years ago. It was a interesting journey to build it. It opened a window to me for how to absorb opensource codes, compose these codes then try to build something useful.

更新日志

10-19 Add More Elements handlers

  • 添加CheckBoxContainerElement
  • 添加TagElement
  • 添加RandomHelper.getNumAsString
  • 添加RandomHelper.getRandomFrom

10-26 Add set Method to TestData

  • 添加set 方法到TestData 目的是直接将一个实例复制到另外一个实例中

       CustomerTestData d = new CustomerTestData();
       FavouriteTestData t = new FavouriteTestData();
       t.set(d);

    此时FavouriteTestData的实例就有了和CustomerTestData实例中的数据

11-9

  • 减少API代码自动生成时,用户的字段展示
  • 在数据交验前添加等待时间,保证数据已经更新后在做检查
  • SoftAssertion支持空json[] 这样的返回值
  • 修改API Test Code 模版

11-18 Test Result Log refactor and enhancement

  • Get Rid of Test Result templates file in product project
  • Add logs and screenshots to test result report, every steps logged by TestResultLogger are shown in test result report
  • Change Design of testing step logging, and TestNGTestContextAware to get the context of TestNG test information

11-24 Add HAR file to API Test Codes Generator

  • 通过HAR 文件生成API测试代码
  • 添加NumberHelper
  • 去除点击页面元会高亮显示的代码,为了防止破坏原有页面元素

2-14 Change Get Page Source by using Rest Client

install package and deploy to nexus server

  • install to local:
sh install_local.sh
  • deploy package to nexus
sh deploy.sh

commit and push to git and svn

 sh svn_git_submit.sh "your-comments"

mixed-first's People

Contributors

qdriven avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.