Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rosacarla/cucumber-bdd-testing-google
Projeto para execução de teste BDD, para a disciplina de DevOps do curso ADS da PUCPR
https://github.com/rosacarla/cucumber-bdd-testing-google
cucumber cypress docker nodejs travis-ci
Last synced: 19 days ago
JSON representation
Projeto para execução de teste BDD, para a disciplina de DevOps do curso ADS da PUCPR
- Host: GitHub
- URL: https://github.com/rosacarla/cucumber-bdd-testing-google
- Owner: rosacarla
- Created: 2022-09-14T06:57:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-14T17:43:16.000Z (over 2 years ago)
- Last Synced: 2024-11-10T03:36:27.067Z (3 months ago)
- Topics: cucumber, cypress, docker, nodejs, travis-ci
- Language: HTML
- Homepage:
- Size: 18.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cucumber BDD Testing Google
---
Start local:
- ```npm install```
- ```npm run test:search```Start docker:
- ```docker build image-name .```
- ```docker run image-name```
- ```docker push image-name```---