-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- chore - move repo GH org locations - chore - remove sonarqube
- Loading branch information
1 parent
f1a33da
commit 5ba8b40
Showing
7 changed files
with
15 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# Ownership updated by devprod | ||
* @cerebrotech/eng-automation | ||
* @dominodatalab/eng-automation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,7 @@ | |
End-to-end testing framework that uses [gherkin](https://cucumber.io/docs/gherkin/) | ||
to drive various underlying tools/frameworks to create real world testing scenarios. | ||
|
||
[](https://dl.circleci.com/status-badge/redirect/gh/cerebrotech/cucu/tree/main) | ||
|
||
[](https://dl.circleci.com/status-badge/redirect/gh/dominodatalab/cucu/tree/main) | ||
|
||
## Why cucu? | ||
1. Cucu avoids unnecessary abstractions (i.e. no Page Objects!) while keeping scenarios readable. | ||
|
@@ -66,7 +65,7 @@ _Get your repo setup using cucu as a test framework_ | |
1. install and start Docker if you haven't already | ||
2. add cucu your `requirements.txt` to get from GH by label (use current label number) | ||
``` | ||
git+ssh://[email protected]/cerebrotech/[email protected]#egg=cucu | ||
git+ssh://[email protected]/dominodatalab/[email protected]#egg=cucu | ||
``` | ||
3. install it | ||
```bash | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
[tool.poetry] | ||
name = "cucu" | ||
version = "0.202.0" | ||
version = "0.203.0" | ||
license = "MIT" | ||
description = "Easy BDD web testing" | ||
authors = ["Domino Data Lab <[email protected]>"] | ||
readme = "README.md" | ||
homepage = "https://github.com/cerebrotech/cucu" | ||
repository = "https://github.com/cerebrotech/cucu" | ||
homepage = "https://github.com/dominodatalab/cucu" | ||
repository = "https://github.com/dominodatalab/cucu" | ||
keywords = ["cucumber", "selenium"] | ||
classifiers = [ | ||
"Development Status :: 4 - Beta", | ||
|