by sebastian | Mar 1, 2021 | Uncategorized
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...
by sebastian | Aug 4, 2020 | Uncategorized
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...
by sebastian | Aug 4, 2020 | Uncategorized
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....
by sebastian | Aug 4, 2020 | Uncategorized
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...
by sebastian | Apr 20, 2020 | Uncategorized
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...
by sebastian | Apr 20, 2020 | Uncategorized
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...
Recent Comments