Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
Mocha
Conversations
About
Mocha
1–30 of 287
This is the Google Group for
Mocha
, a JavaScript testing framework.
This is not a group for the video editing software by Imagineer Systems.
boneskull@boneskull.com
is your admin.
Mark all as read
Report group
0 selected
Vidhya Arumugam
7/21/22
Mocha - test execution order - Priority
Hi, Default test execution order - The order we write the tests irrespective of its name. Can we set
unread,
Mocha - test execution order - Priority
Hi, Default test execution order - The order we write the tests irrespective of its name. Can we set
7/21/22
Gerard Paul Benavides
2/17/22
RestAPI tests: Pass tests with error 504 at hook level
Hi, as the subject says, I have around 700 tests running and some of them encounters error 504 which
unread,
RestAPI tests: Pass tests with error 504 at hook level
Hi, as the subject says, I have around 700 tests running and some of them encounters error 504 which
2/17/22
Tiffany Chong
2/4/22
Two Failing Tests on New Pull
Hi, I am new and would like to contribute to Mocha. I just forked and cloned a copy of main, and ran
unread,
Two Failing Tests on New Pull
Hi, I am new and would like to contribute to Mocha. I just forked and cloned a copy of main, and ran
2/4/22
Massimiliano Di Penta
9/22/21
Study on technical debt and source code commenting
Hello, We're a team of Software Engineering researchers investigating technical debt. Technical
unread,
Study on technical debt and source code commenting
Hello, We're a team of Software Engineering researchers investigating technical debt. Technical
9/22/21
Chandra Sekaran R
7/14/21
Looking for Mocha-Parallel Selenium Distributed execution
HI Pals, I am looking for implementing distributed execution for our mocha test automation framework.
unread,
Looking for Mocha-Parallel Selenium Distributed execution
HI Pals, I am looking for implementing distributed execution for our mocha test automation framework.
7/14/21
Sebastian Felice
1/6/21
How run or skip IT blocks based on element found or not?
Hello I'm working with Puppeteer and Mocha. I have an IT block that checks to see if a row exists
unread,
How run or skip IT blocks based on element found or not?
Hello I'm working with Puppeteer and Mocha. I have an IT block that checks to see if a row exists
1/6/21
Oui Monsieur
,
Vlad GURDIGA
3
12/15/20
Setting up tests with mocha for codebase with javascript and typescript
Thanks for the hint! Unfortunately, none of the of the solutions I've found in any forum (say dev
unread,
Setting up tests with mocha for codebase with javascript and typescript
Thanks for the hint! Unfortunately, none of the of the solutions I've found in any forum (say dev
12/15/20
jyo rani
11/5/20
json response within <speak> is coming as undefined!
I am getting this response for my PoST request. Not sure why text between <speak> </speak
unread,
json response within <speak> is coming as undefined!
I am getting this response for my PoST request. Not sure why text between <speak> </speak
11/5/20
jyo rani
,
Vlad GURDIGA
2
11/3/20
How to pass the values from terminal for mocha test?
Hi jsel! 👋 To set the environment variable for the mocha process, they should go before the name of
unread,
How to pass the values from terminal for mocha test?
Hi jsel! 👋 To set the environment variable for the mocha process, they should go before the name of
11/3/20
Oliver Mattos
6/1/20
Mocha newbie... Advice on idiomatic ways to keep extra logs/state of failed tests
Say some of my tests have side effects/logs/state. I don't care about the state if the tests pass
unread,
Mocha newbie... Advice on idiomatic ways to keep extra logs/state of failed tests
Say some of my tests have side effects/logs/state. I don't care about the state if the tests pass
6/1/20
Gianmarco Fucci
4/1/20
Study on annotation of design and implementation choices, and of technical debt
Dear all, As software engineering research teams at the University of Sannio (Italy) and Eindhoven
unread,
Study on annotation of design and implementation choices, and of technical debt
Dear all, As software engineering research teams at the University of Sannio (Italy) and Eindhoven
4/1/20
Eliseu Gomes
3/7/20
How to set Mocha to find my inner project modules?
I would like to know how to set Mocha to find my inner project modules. I created the question on
unread,
How to set Mocha to find my inner project modules?
I would like to know how to set Mocha to find my inner project modules. I created the question on
3/7/20
Sathish Kumar T
12/3/19
https api testing with client certificate in mocha
how can I test an https rest API with a client certificate? Can someone share a sample?
unread,
https api testing with client certificate in mocha
how can I test an https rest API with a client certificate? Can someone share a sample?
12/3/19
Дмитрий Крыжевских
11/15/19
Can't get to work concurrency parameter on taurus+selenium+mocha runner (js)
Hi, I want to know how concurrency parameter works on taurus+selenium+mocha runner (js)? On my
unread,
Can't get to work concurrency parameter on taurus+selenium+mocha runner (js)
Hi, I want to know how concurrency parameter works on taurus+selenium+mocha runner (js)? On my
11/15/19
Alexander Mills
, …
Hal Armstrong
3
11/10/19
Writing Mocha results/reports to a database
Adding onto Vlad's answer (in a way) I faced a similar need. Using the spec reporter as a
unread,
Writing Mocha results/reports to a database
Adding onto Vlad's answer (in a way) I faced a similar need. Using the spec reporter as a
11/10/19
Jim C
8/15/19
How unit test a code withthe promise window.customElements.whenDefined
This was originally asked in https://stackoverflow.com/questions/57502410/window-customelements-
unread,
How unit test a code withthe promise window.customElements.whenDefined
This was originally asked in https://stackoverflow.com/questions/57502410/window-customelements-
8/15/19
Aaron Gray
,
Vlad GURDIGA
2
6/24/19
html fixtures
Hey Aaron! 👋 I don't think there is a “built-in” way to do HTML fixtures. I think I'd try
unread,
html fixtures
Hey Aaron! 👋 I don't think there is a “built-in” way to do HTML fixtures. I think I'd try
6/24/19
Doug DesCombaz
6/1/19
Invoking `mocha` (a nodejs testing library) from Bazel test?
Does anyone have advice on how to invoke the mocha testing framework from `bazel test ...`? I have a
unread,
Invoking `mocha` (a nodejs testing library) from Bazel test?
Does anyone have advice on how to invoke the mocha testing framework from `bazel test ...`? I have a
6/1/19
Hal Armstrong
5/2/19
Get real time console test output (with colors) for mocha in AWS lambda environment
I've had great success in using mocha / expect.js in the linux console environment. We are now
unread,
Get real time console test output (with colors) for mocha in AWS lambda environment
I've had great success in using mocha / expect.js in the linux console environment. We are now
5/2/19
Reiner Ebel
,
Vlad GURDIGA
4
3/29/19
Test for single-instance
Hey Reiner, Since this code doesn't do anything but create a promise and attach success and
unread,
Test for single-instance
Hey Reiner, Since this code doesn't do anything but create a promise and attach success and
3/29/19
sasi tamil
2/26/19
selenium testing
Selenium is a portable framework for testing web applications. Selenium provides a playback (formerly
unread,
selenium testing
Selenium is a portable framework for testing web applications. Selenium provides a playback (formerly
2/26/19
Rameshk
2/11/19
Allrounder - All testing needs under one roof with data driven approach.
Hey Everyone, i have developed a new data driven tool that runs on top mocha. Here the key point is
unread,
Allrounder - All testing needs under one roof with data driven approach.
Hey Everyone, i have developed a new data driven tool that runs on top mocha. Here the key point is
2/11/19
Smadar
,
Vlad GURDIGA
7
8/22/18
Running after hook changes the test terminal output.
Wow! I didn't expect that. 🤓 I'm wondering if you have a .mocha.opts file? 🤔
unread,
Running after hook changes the test terminal output.
Wow! I didn't expect that. 🤓 I'm wondering if you have a .mocha.opts file? 🤔
8/22/18
shikhar...@gmail.com
7/17/18
Mocha running all the files
I have not included user.js in my test directory then how running "npm run test" runs the
unread,
Mocha running all the files
I have not included user.js in my test directory then how running "npm run test" runs the
7/17/18
kiran....@gmail.com
6/16/18
Just-API (Robust, specification based API testing framework )
Just-API
unread,
Just-API (Robust, specification based API testing framework )
Just-API
6/16/18
David Herron
,
Vlad GURDIGA
2
2/14/18
Test execution order? Not explicitly documented
Hey David! 👋 The source code seems to say that the tests are executed sequentially, and I also did a
unread,
Test execution order? Not explicitly documented
Hey David! 👋 The source code seems to say that the tests are executed sequentially, and I also did a
2/14/18
Wayne Rasmussen
,
Vlad GURDIGA
5
2/3/18
configuration data and mocha unit testing
…I mean Mocha is just the framework to organize and run test code. It is not concerned about
unread,
configuration data and mocha unit testing
…I mean Mocha is just the framework to organize and run test code. It is not concerned about
2/3/18
Ian Oroceo
,
Vlad GURDIGA
8
1/18/18
Running a spec file before and after each test
Ok, i'm doing this wrong LOL! so instead of calling the spec for login and logout, I just added
unread,
Running a spec file before and after each test
Ok, i'm doing this wrong LOL! so instead of calling the spec for login and logout, I just added
1/18/18
Harshitha vadada
, …
Christopher Hiller
3
1/16/18
MS CRM Lead || Norwood, MA || 8+ yrs || F2F Mandatory
I'd like to, but I don't actually know who owns the group. On Thursday, January 4, 2018 at 10
unread,
MS CRM Lead || Norwood, MA || 8+ yrs || F2F Mandatory
I'd like to, but I don't actually know who owns the group. On Thursday, January 4, 2018 at 10
1/16/18
pranathi p
1/16/18
.NET/ANGULAR JS LEAD || New York NY|| Telephonic and Skype
Hello Everyone, Hope everyone are doing well Please check the below requirement and send me matching
unread,
.NET/ANGULAR JS LEAD || New York NY|| Telephonic and Skype
Hello Everyone, Hope everyone are doing well Please check the below requirement and send me matching
1/16/18