Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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```

---