Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to run qunit tests for SAP UI5 applications #163

Open
hpooj93 opened this issue Dec 27, 2019 · 0 comments
Open

Unable to run qunit tests for SAP UI5 applications #163

hpooj93 opened this issue Dec 27, 2019 · 0 comments

Comments

@hpooj93
Copy link

hpooj93 commented Dec 27, 2019

Gruntfile consists :

module.exports = function (grunt) {
'use strict';
grunt.initConfig({
qunit: {
all: ['/webapp/test/unit/unitTests.qunit.html']
}
});
grunt.loadNpmTasks('grunt-contrib-qunit');
grunt.registerTask('default', ['qunit']);
};

Qunit runs but not able to read the test cases as it shows zero test cases

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant