We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug The generated test case class (<crawl_dir>/src/test/java/generated/GeneratedTests.java) does not compile:
<crawl_dir>/src/test/java/generated/GeneratedTests.java
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project generated-test: Compilation failure: Compilation failure: [ERROR] .../crawl0/src/test/java/generated/GeneratedTests.java:[46,131] ')' expected [ERROR] .../crawl0/src/test/java/generated/GeneratedTests.java:[46,146] not a statement [ERROR] .../crawl0/src/test/java/generated/GeneratedTests.java:[46,150] ';' expected
Corresponding test code:
builder.setBrowserConfig(new BrowserConfiguration(BrowserType.CHROME_HEADLESS, 1, new BrowserOptions( pixelDensity: 1, USE_CDP : true)));
The POM velocity template probably needs to be updated (Java compiler version, crawljax dependency).
The text was updated successfully, but these errors were encountered:
92ac646
Merge pull request #581 from crawljax/fix-issue-573
40b7f05
fix #573
yrahulkr
No branches or pull requests
Describe the bug
The generated test case class (
<crawl_dir>/src/test/java/generated/GeneratedTests.java
) does not compile:Corresponding test code:
The POM velocity template probably needs to be updated (Java compiler version, crawljax dependency).
The text was updated successfully, but these errors were encountered: