python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
when I run my tests i get this err No specs found
I tried to run npm run test i get this error
Randomized with seed 88747
Started
No specs found
Finished in 0.021 seconds
Incomplete: No specs found
Randomized with seed 88747 (jasmine --random=true ...
Khaled Helmy
Votes: 0
Answers: 1
In WDIO, what makes the Spec Reporter report a question mark?
Whilst running WDIO tests on the command line (using Spec reporter), on one test run, I managed to make it report a '?" in the command line output. Something like this:
[Chrome 100.0.4896.60 darw...
AntonCassidaris
Votes: 0
Answers: 1
How do set conditional "Provides" when RPM is installed
This may be impossible but I am asking anyway. I want to create an RPM that will change the Provides based on the hostname of the machine it is being installed on..
For example, in my spec file, I wa...
Gingerbeard
Votes: 0
Answers: 1
Select CASE WHEN in JPA Specification
I am having a problem with the next scenario:
I have these Java entities:
@Entity
public class A {
@Id
private int id;
private String country;
@Column(name = "end_date")
...
Rolando Rodriguez
Votes: 0
Answers: 0