Giter Club home page Giter Club logo

bullish's Introduction

Bullish Tests Summery

  • Creating an architecture of the UI & API automation framework takes a long time, which is I didn't manage it during the time frame, and I did something you might like below.
  • I didn't implement UI Tests based on the BDD feature format because a lot of extra work needs to be done without any benefits, like verifying users' end-goal.
  • However, I implemented a lot easier way to understand both parties (Tech vs. Non-Tech), reduced time, was less complex, and understood well.
  • Please look at it, and let me know what you think. I can explain lots of things which I have in mind.

Pre-requirement

  • Java
  • Maven
  • Terminal/Command prompt

Editor

  • Intellij

Execute Test for the first time and generate report

  • Clone project
  • Open terminal/Command prompt
  • Navigate to the project root (uiTest or apiTest)
  • mvn clean

  • mvn compile

  • mvn install

  • mvn test

  • allure serve (report will open on the browser)

There are many way to execute test

- Option#1 (Execute Test for rest of time)
    - > mvn clean test
- Option#2 (Execute Test entire suite)
    - Open Intellij and run testNGAPISute.xml file
- Option#3 (Execute sigle Test)
    - From the class file click on the play icon for eatch method

3 different report available

  • Surefire report available under target folder
  • TestNG report available under target folder
  • Allure report available by running below command

Run allure result

  • allure serve (Report will open in a browser)

bullish's People

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.