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

[Need support]: Tests are not found via mvn test #281

Open
ArinaNichko opened this issue Sep 6, 2024 · 0 comments
Open

[Need support]: Tests are not found via mvn test #281

ArinaNichko opened this issue Sep 6, 2024 · 0 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@ArinaNichko
Copy link

ArinaNichko commented Sep 6, 2024

Describe the problem

Earlier I had healenium 3.1.6 and I can run tests using ide for run and command run, when I updated to 3.5.0, I can not run tests, because it didn't see it. (build succesfull). I saw example healenium + maven + junit with the same version of surefile plugin and healenium, tests are running, but with this not:

<build>
	<plugins>
		<plugin>
			<groupId>org.apache.maven.plugins</groupId>
			<artifactId>maven-surefire-plugin</artifactId>
			<version>${maven-surefire-plugin.version}</version>
			<configuration>
				<suiteXmlFiles>
					<suiteXmlFile>${suiteXmlFile}</suiteXmlFile>
				</suiteXmlFiles>
			</configuration>
		</plugin>
		<plugin>
			<groupId>org.apache.maven.plugins</groupId>
			<artifactId>maven-compiler-plugin</artifactId>
			<version>${maven-compiler-plugin.version}</version>
			<configuration>
				<source>17</source>
				<target>17</target>
			</configuration>
		</plugin>
	</plugins>
</build>

Healenium Web version

3.5.0

Healenium Backend version

Selenium version

4.17

Platform

Java 17

Properties file

No response

Logs appeared during using Healenium

No

Additional context

No response

@ArinaNichko ArinaNichko added the help wanted Extra attention is needed label Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants