Integration with CypressIO

Cypress.io – Fast, easy and reliable testing for anything that runs in a browser. How to integrate Cypress.io test results with QAconsole.com  Initiate the project npm init -y   Install cypress and QAconsole reporter npm install cypress –save-devnpm...

Integration with Jest

Jest is a delightful JavaScript Testing Framework with a focus on simplicity. It works with projects using: Babel, TypeScript, Node, React, Angular, Vue and more!. How to integrate Jest test results with QAconsole.com 1. Go to settings page and add new Environment and...

Integration with Protractor

  Protractor is an end-to-end test framework for Angular and AngularJS applications. Protractor runs tests against your application running in a real browser, interacting with it as a user would.    How to integrate Protractor test results with QAconsole.com 1....

New Instance

curl commands used during demo: URL=https://tutorials.qaconsole.io/USER_EMAIL=demo@qaconsole.ioUSER_PASSWORD=demo   curl -X POST -F “result=@xunit.xml” -F “projectName=ReportingSvc” -F “environment=CI” -F...

Test Results from Jasmine

Jasmine is a behavior-driven development framework for testing JavaScript code. It does not depend on any other JavaScript frameworks. It does not require a DOM. And it has a clean, obvious syntax so that you can easily write tests. How to integrate Jasmine test...

Test Results from Junit and Apache Ant

JUnit is a unit testing framework for the Java programming language. JUnit has been important in the development of test-driven development, and is one of a family of unit testing frameworks which is collectively known as xUnit that originated with SUnit. Apache Ant...