All Projects → sskorol → mocha-allure2-example

sskorol / mocha-allure2-example

Licence: Apache-2.0 license
Allure 2 Mocha examples

Programming Languages

typescript
32286 projects
shell
77523 projects

Projects that are alternatives of or similar to mocha-allure2-example

ts-test-decorators
Write your tests in a Java-like annotation-driven manner via JS decorators
Stars: ✭ 37 (+105.56%)
Mutual labels:  mocha, decorators, allure
qa-automation-base
There are basic projects for automation frameworks based on Kotlin/Java and TypeScript for the backend, frontend, and mobile.
Stars: ✭ 45 (+150%)
Mutual labels:  mocha, allure
Tvrboreact
Dream starter project: React, Redux, React Router, Webpack
Stars: ✭ 13 (-27.78%)
Mutual labels:  mocha, decorators
TvrboReact
Dream starter project: React, Redux, React Router, Webpack
Stars: ✭ 13 (-27.78%)
Mutual labels:  mocha, decorators
Testdeck
Object oriented testing
Stars: ✭ 206 (+1044.44%)
Mutual labels:  mocha, decorators
parse-server-test-runner
A tool for programmatically starting Parse Server
Stars: ✭ 18 (+0%)
Mutual labels:  mocha
ngx-redux-core
The modern redux integration for Angular 6+
Stars: ✭ 32 (+77.78%)
Mutual labels:  decorators
mocha-simple-html-reporter
Simple HTML reporter for Mocha
Stars: ✭ 16 (-11.11%)
Mutual labels:  mocha
seedpress-cms
A headless CMS built in Express for PostgresQL using Sequelize. Generally follows the Wordpress post and term schema.
Stars: ✭ 71 (+294.44%)
Mutual labels:  mocha
allure-go
Golang port for Allure test reporting tool
Stars: ✭ 69 (+283.33%)
Mutual labels:  allure
react-native-unit-tests
Example how to test React Native components
Stars: ✭ 79 (+338.89%)
Mutual labels:  mocha
node-server-template
This is Node.js server tidy template / boilerplate with Express (with asyncified handlers, custom error handler) framework and MongoDb. The server use ES6 and above. On different branches you can see different techniques' and technologies' usage, such as Kafka, nodemailer, file download... You also can find postman collections.
Stars: ✭ 116 (+544.44%)
Mutual labels:  mocha
gds-nodejs-boilerplate
A Node.js project boilerplate for production apps
Stars: ✭ 18 (+0%)
Mutual labels:  mocha
ts-snippet
A TypeScript snippet compiler for any test framework
Stars: ✭ 29 (+61.11%)
Mutual labels:  mocha
currency-api
A demo project on how to test a node/express app with Mocha, Nock and proxyquire (MNP) and code coverage with nyc/istanbul.
Stars: ✭ 19 (+5.56%)
Mutual labels:  mocha
twc
TypeScript based, boilerplate-less, Polymer toolbox friendly Polymer Modules
Stars: ✭ 33 (+83.33%)
Mutual labels:  decorators
serialize
Serializers for typescript based on decorators
Stars: ✭ 14 (-22.22%)
Mutual labels:  decorators
Online Travel Reservation
A replica of online travel booking site KAYAK(www.kayak.com) for cmpe-273. Visit ->
Stars: ✭ 37 (+105.56%)
Mutual labels:  mocha
mutest
A BDD testing framework for C, inspired by Mocha
Stars: ✭ 22 (+22.22%)
Mutual labels:  mocha
floss
Unit-testing for those hard to reach places
Stars: ✭ 26 (+44.44%)
Mutual labels:  mocha

Allure 2 Mocha Report Examples

This project demonstrates how to use allure-js with the official allure-decorators module. Note that it's based on the previous ts-test-decorators implementation.

Usage

Dependencies installation and tests execution:

npm install
npm test

Test results report generation and opening:

npm run allure-report

Note that .env was pushed to show how to deal with TMS_URL / PMS_URL environment variables required to be set while working with @issue / @testCaseId decorators.

image

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].