Skip to content

Commit

Permalink
QE-11629 fix logo ref for pypi (#532)
Browse files Browse the repository at this point in the history
fix logo ref for pypi
  • Loading branch information
ddl-cedricyoung authored Oct 2, 2024
1 parent 18eeda9 commit 7e7f777
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 11 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project closely adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.0.2
- chore - fix logo for pypi

## 1.0.1
- chore - fix pyproject.toml authors and urls
- change - add pre-commit to makefile
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ coverage: src/* tests/*
echo "open HTML coverage report at htmlcov/index.html"

# disable caching for all make targets
.PHONY: all help format lint ci-lint test build coverage
.PHONY: all help fix lint ci-lint test build coverage
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# ![Cucu Logo](logo.png) **CUCU** - Easy BDD web testing
# ![Cucu Logo](https://raw.githubusercontent.com/dominodatalab/cucu/refs/heads/main/logo.png) **CUCU** - Easy BDD web testing <!-- omit from toc -->

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.

[![CircleCI](https://dl.circleci.com/status-badge/img/gh/dominodatalab/cucu/tree/main.svg?style=svg&circle-token=CCIPRJ_FnyZPtQ9odT5vmGW3CmZNU_bf0cfd776a09729ca4225a2860d9b59c4dae88af)](https://dl.circleci.com/status-badge/redirect/gh/dominodatalab/cucu/tree/main)

## Why cucu?
## Why cucu? <!-- omit from toc -->
1. Cucu avoids unnecessary abstractions (i.e. no Page Objects!) while keeping scenarios readable.
```gherkin
Feature: My First Cucu Test
Expand All @@ -25,19 +25,15 @@ to drive various underlying tools/frameworks to create real world testing scenar
7. Enables hierarchical configuration and env var and **CLI arg overrides**
8. Comes with a linter that is **customizable**

## Supporting docs
## Supporting docs <!-- omit from toc -->
1. [CHANGELOG.md](CHANGELOG.md) - for latest news
2. [CONTRIBUTING.md](CONTRIBUTING.md) - how we develop and test the library
3. [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md)
4. [CONTRIBUTORS.md](CONTRIBUTORS.md)
5. [LICENSE](LICENSE)

# Table of Contents
# Table of Contents <!-- omit from toc -->

- [ **CUCU** - Easy BDD web testing](#-cucu---easy-bdd-web-testing)
- [Why cucu?](#why-cucu)
- [Supporting docs](#supporting-docs)
- [Table of Contents](#table-of-contents)
- [Installation](#installation)
- [Requirements](#requirements)
- [Install Walkthrough](#install-walkthrough)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "cucu"
version = "1.0.1"
version = "1.0.2"
description = "Easy BDD web testing"
readme = "README.md"
license = { text = "The Clear BSD License" }
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7e7f777

Please sign in to comment.