Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webship/webship-js
Webship-js is an Automated Functional Acceptance Testing tool. Helps to ease and speed the work with the End-to-end testing features in web apps or projects. Utilizing Nightwatch.js and Cucumber-js. Having custom and advanced general step definitions.
https://github.com/webship/webship-js
acceptance-testing automated automated-testing automation cucumber-js end-to-end-testing functional-testing nightwatch-cucumber nightwatchjs selenium test-automation testing testing-tools
Last synced: about 1 month ago
JSON representation
Webship-js is an Automated Functional Acceptance Testing tool. Helps to ease and speed the work with the End-to-end testing features in web apps or projects. Utilizing Nightwatch.js and Cucumber-js. Having custom and advanced general step definitions.
- Host: GitHub
- URL: https://github.com/webship/webship-js
- Owner: webship
- Created: 2022-04-16T11:51:08.000Z (over 2 years ago)
- Default Branch: 1.0.x
- Last Pushed: 2024-09-08T03:39:45.000Z (4 months ago)
- Last Synced: 2024-11-11T23:48:05.418Z (about 2 months ago)
- Topics: acceptance-testing, automated, automated-testing, automation, cucumber-js, end-to-end-testing, functional-testing, nightwatch-cucumber, nightwatchjs, selenium, test-automation, testing, testing-tools
- Language: JavaScript
- Homepage: https://webship.co
- Size: 1.17 MB
- Stars: 3
- Watchers: 5
- Forks: 3
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webship JS
[![Github Actions](https://github.com/webship/webship-js/actions/workflows/github-actions.yml/badge.svg?branch=1.0.x)](https://github.com/webship/webship-js/actions)
[![Gitlab CI](https://gitlab.com/webship/webship-js/badges/1.0.x/pipeline.svg?job=karma&key_text=Gitlab+CI&key_width=60)](https://gitlab.com/webship/webship-js/-/pipelines)
[![CircleCI](https://circleci.com/gh/webship/webship-js/tree/1.0.x.svg?style=svg)](https://circleci.com/gh/webship/webship-js/tree/1.0.x)
[![Bitbucket Pipelines](https://img.shields.io/bitbucket/pipelines/webshipco/webship-js/1.0.x)](https://bitbucket.org/webshipco/webship-js/pipelines)Webship-js is an Automated Functional Acceptance Testing tool. Helps to ease and speed the work with the End-to-end testing features in web apps or projects. Utilizing [Nightwatch.js](https://github.com/nightwatchjs/nightwatch) and [Cucumber-js](https://github.com/cucumber/cucumber-js). Having custom and advanced general step definitions.
### Webship-js Documentations
All you need to know is at [webship-js Docs](https://webship.co/docs/webship-js/1.0.x).## Install webship-js using Yarn
```
yarn add webship-js
```## Install files required by the webship-js tool
```
bash <(wget -O - https://raw.githubusercontent.com/webship/wbash/v1/webship-js/v1/template.sh)
```## Automated Functional Acceptance Testing
```
yarn test
```