Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/valfirst/devclub-lv-demo
https://github.com/valfirst/devclub-lv-demo
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/valfirst/devclub-lv-demo
- Owner: valfirst
- Created: 2023-10-19T17:11:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-08T07:48:34.000Z (10 months ago)
- Last Synced: 2024-10-12T18:28:44.629Z (about 1 month ago)
- Language: Gherkin
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DevClub.lv + VIVIDUS = ❤️
This repository contains a set of tests created at [devclub.lv meetup](https://devclub.lv/announcement-of-qa-focused-123rd-devclub-lv/).
The instructions on how to setup and generate tests project can be found in the official ["Getting Started"](https://docs.vividus.dev/vividus/latest/getting-started.html) guide.
## How to run tests locally:
1. Clone the project
```shell
git clone --recursive https://github.com/valfirst/devclub-lv-demo.git
cd devclub-lv-demo
```2. Run the tests:
MacOS/Linux:
```shell
./gradlew runStories
```Windows:
```shell
gradlew runStories
```3. Enjoy!
## Still have questions?
:postbox: [Contact Us](https://docs.vividus.dev/vividus/latest/index.html#_contract_us)