Skip to content

Commit

Permalink
add banner
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Jul 22, 2023
1 parent 6d7e96f commit 89a4090
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Binary file added .github/assets/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@
<p align="center">
<a href="https://webdriver.io/">
<img alt="WebdriverIO loves Nuxt" width="60%" src="https://raw.githubusercontent.com/webdriverio-community/wdio-vite-service/main/.github/assets/banner.png">
</a>
</p>

# WDIO Vite Service [![Tests](https://github.com/webdriverio-community/wdio-vite-service/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/webdriverio-community/wdio-vite-service/actions/workflows/test.yml)

This service helps you to launch your application when using [Vite](https://vitejs.dev/) as build tool. It automatically starts the Vite server using your `vite.conf.js` before launching the test.

## Installation

If you are getting started with WebdriverIO you can use the configuration wizard to set everything up:

```sh
npm init wdio@latest .
```

It will install all necessary plugins for you. If you are adding this service on an existing setup, you can always install it via:

```bash
npm install wdio-vite-service --save-dev
```
Expand Down

0 comments on commit 89a4090

Please sign in to comment.