Skip to content

Commit

Permalink
SITES-25198 - Verify Ui.tests works properly with Core CIF Components (
Browse files Browse the repository at this point in the history
…#1020)

* updates the webdriver version
* updates the wdio mocha modules to next compatible version for sync
* updates the comments
  • Loading branch information
alwinjoseph02 authored Sep 30, 2024
1 parent 618dfc9 commit 98f5e9d
Show file tree
Hide file tree
Showing 4 changed files with 2,339 additions and 2,805 deletions.
4 changes: 4 additions & 0 deletions ui.tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ To execute the tests, simply run
mvn verify -Pui-tests-local-execution
```

## Notes
* We shouldn't update the @wdio/mocha-framework as @wdio/sync will not be compactible. Use 7.4.6 version only.


## Requirements

* Maven
Expand Down
6 changes: 3 additions & 3 deletions ui.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
<version>1.9.1</version>
<version>1.14.0</version>
<executions>
<execution>
<id>install node and npm</id>
Expand Down Expand Up @@ -124,8 +124,8 @@
</execution>
</executions>
<configuration>
<nodeVersion>v12.14.1</nodeVersion>
<installDirectory>${project.basedir}/../frontend-maven-plugin</installDirectory>
<nodeVersion>v14.21.3</nodeVersion>
<npmVersion>6.14.18</npmVersion>
<workingDirectory>test-module</workingDirectory>
<environmentVariables>
<AEM_AUTHOR_URL>${AEM_AUTHOR_URL}</AEM_AUTHOR_URL>
Expand Down
Loading

0 comments on commit 98f5e9d

Please sign in to comment.