Skip to content

Commit 4c9b161

Browse files
committed
feat(webdriverio): migrated to WebdriverIO 9
1 parent c92d96d commit 4c9b161

File tree

4 files changed

+7795
-10181
lines changed

4 files changed

+7795
-10181
lines changed

README.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@ You can also launch it in a virtual Gitpod workspace without having to install a
2929
### Installation
3030

3131
To use this project, you'll need:
32-
- Node.js, a Long-Term Support (LTS) release version 16 or later - [download](https://nodejs.org/en/)
32+
- Node.js, a Long-Term Support (LTS) release version 18.12 or later - [download](https://nodejs.org/en/)
3333
- Java Runtime Environment (JRE) or a Java Development Kit (JDK) version 11 or later - [download](https://adoptopenjdk.net/)
34-
- Chrome web browser - [download](https://www.google.co.uk/chrome/)
3534

3635
Follow the [installation instructions](https://serenity-js.org/handbook/about/installation/) to help you verify your setup.
3736

@@ -55,10 +54,6 @@ strict-ssl=false
5554
registry=https://artifactory.mycompany.com/artifactory/
5655
```
5756

58-
If you encounter issues downloading the Serenity BDD CLI jar, please follow the [detailed instructions in the Serenity/JS Handbook](https://serenity-js.org/api/serenity-bdd/#downloading-the-serenity-bdd-reporting-cli).
59-
60-
Similar instructions are available for the [`chromedriver` module](https://www.npmjs.com/package/chromedriver).
61-
6257
### Execution
6358

6459
The project provides several [NPM scripts](https://docs.npmjs.com/cli/v6/using-npm/scripts) defined in [`package.json`](package.json):
@@ -73,21 +68,27 @@ npm start # starts a mini HTTP server and serves the test reports
7368
# at http://localhost:8080
7469
```
7570

76-
## Your feedback matters!
71+
## 💡️ Learn Serenity/JS
72+
73+
- [Serenity/JS WebdriverIO integration guide](https://serenity-js.org/handbook/test-runners/webdriverio/) - Integrate Serenity/JS with your WebdriverIO test suite, enable Serenity BDD reports, and start using the Screenplay Pattern
74+
- [Serenity/JS Handbook](https://serenity-js.org/handbook/) - Write high-quality automated acceptance tests with Serenity/JS
75+
- [Serenity/JS API documentation](https://serenity-js.org/api/) - Explore Serenity/JS modules and features
76+
- [Serenity/JS Project Templates](https://serenity-js.org/handbook/getting-started/project-templates/) - Kickstart your projects with best practices built right in
7777

78-
Do you find Serenity/JS useful? [Give it a star](https://github.com/serenity-js/serenity-js)! ★
78+
## 👋 Join the Serenity/JS Community
7979

80-
Found a bug? Need a feature? Raise [an issue](https://github.com/serenity-js/serenity-js/issues?state=open)
81-
or submit a pull request.
80+
- [Serenity/JS Community chat channel](https://matrix.to/#/#serenity-js:gitter.im) - Meet Serenity/JS developers and maintainers
81+
- [Serenity/JS Forum](https://github.com/orgs/serenity-js/discussions/categories/how-to) - Find answers to your Serenity/JS questions
82+
- [Contribute to Serenity/JS](https://serenity-js.org/community/contributing/) - Learn how to propose features, report bugs, and contribute to the Serenity/JS codebase
8283

83-
Have feedback? Let me know on Twitter: [@JanMolak](https://twitter.com/JanMolak)
84+
## 📣 Stay up to date
8485

85-
If you'd like to chat with fellow users of Serenity/JS, join us on [Serenity/JS Community Chat](https://gitter.im/serenity-js/Lobby).
86+
- [Serenity/JS on YouTube](https://www.youtube.com/@serenity-js) - Subscribe for tutorials, demos, conference talks, and more
87+
- [Serenity/JS on LinkedIn](https://www.linkedin.com/company/serenity-js) - Follow for release and community event announcements
88+
- [Serenity/JS on GitHub](https://github.com/serenity-js/serenity-js) - Star Serenity/JS to help others discover the framework!
8689

87-
New tutorials and videos are coming soon, follow us on [LinkedIn](https://www.linkedin.com/company/serenity-js) and subscribe to [Serenity/JS YouTube channel](https://www.youtube.com/channel/UC0RdeVPyjtJopVHvlLrXd1Q) to get notified when they're available!
90+
## 💛 Support Serenity/JS
8891

89-
And if Serenity/JS has made your life a little bit easier, please [support its ongoing development](https://github.com/sponsors/serenity-js).
92+
Support our mission to make test automation collaborative and easier to scale. Become a Serenity/JS GitHub Sponsor today!
9093

91-
[![LinkedIn Follow](https://img.shields.io/badge/Follow%20Serenity%2FJS-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/company/serenity-js)
92-
[![YouTube Follow](https://img.shields.io/badge/Watch%20@serenity—JS-FA120F?style=for-the-badge&logo=youtube&logoColor=white)](https://www.youtube.com/@serenity-js)
93-
[![GitHub Sponsors](https://img.shields.io/badge/Support%20@serenity%2FJS-703EC8?style=for-the-badge&logo=github&logoColor=white)](https://github.com/sponsors/serenity-js)
94+
[![GitHub Sponsors](https://img.shields.io/badge/Sponsor%20@serenity%2FJS-703EC8?style=for-the-badge&logo=github&logoColor=white)](https://github.com/sponsors/serenity-js)

0 commit comments

Comments
 (0)