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. 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: 7 days 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. 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 (about 3 years ago)
- Default Branch: 1.0.x
- Last Pushed: 2025-05-31T22:03:04.000Z (27 days ago)
- Last Synced: 2025-06-01T01:14:38.488Z (27 days 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: 4
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webship JS
[](https://github.com/webship/webship-js/actions)
[](https://gitlab.com/webship/webship-js/-/pipelines)
[](https://circleci.com/gh/webship/webship-js/tree/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
```