Skip to content

Commit

Permalink
Merge pull request #94 from ShellyDCMS/remove-md-docs
Browse files Browse the repository at this point in the history
remove md docs
  • Loading branch information
ShellyDCMS committed May 26, 2024
2 parents 5a5fe9d + af85788 commit 918d0f0
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 2,895 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/bump-version
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Build Package

on:
pull_request:
workflow_dispatch:

- permissions:
checks: write
contents: write
pull-requests: write

jobs:
build:
runs-on: ubuntu-latest
steps:
name: "Automated Version Bump"
uses: "phips28/gh-action-bump-version@master"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,7 @@ CypressHelper aims to provide a framework agnostic (angular, lit, react) API for
This means that the API will not focus on implementation, but on the actual action a user would take.
For example, a user doesn't mouseUp, he/she hovers.

## [Markdown Documentation](https://github.com/ShellyDCMS/cypress-test-utils/blob/main/documents/modules.md)

[CypressTestHelper](https://github.com/ShellyDCMS/cypress-test-utils/blob/main/documents/classes/CypressHelper.md)

[Assertable](https://github.com/ShellyDCMS/cypress-test-utils/blob/main/documents/classes/Assertable.md)

[CypressAngularComponentHelper](https://github.com/ShellyDCMS/cypress-test-utils/blob/main/documents/classes/CypressAngularComponentHelper.md)

[CypressReactComponentHelper](https://github.com/ShellyDCMS/cypress-test-utils/blob/main/documents/classes/CypressReactComponentHelper.md)

[CypressLitComponentHelper](https://github.com/ShellyDCMS/cypress-test-utils/blob/main/documents/classes/CypressLitComponentHelper.md)

## [HTML Documentation](https://shellydcms.github.io/cypress-test-utils/modules.html)
## [HTML Documentation](https://shellydcms.github.io/cypress-test-utils)

## Examples

Expand Down
90 changes: 0 additions & 90 deletions documents/README.md

This file was deleted.

Loading

0 comments on commit 918d0f0

Please sign in to comment.