Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,26 @@

<br />
<div align="center">
<p align="center">
<a href="https://moduscreate.com/"><img src=""/></a>
</p>
</div>

# QA CoE Experiments
<!-- CONTENTS -->
## Contents

[Cypress Studio](/cypress-studio/README.md)

<!-- CONTRIBUTING -->
## Contributing

## Contributors
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please ask permission for this repo and create a pull request. You can also simply open an issue with the tag "enhancement".

TBD
1. Fork the Project
2. Create your Feature Branch (`git checkout -b QACOE-XXX`)
3. Commit your Changes (`git commit -m 'Add more tests'`)
4. Push to the Branch (`git push origin QACOE-XXX`)
5. Open a Pull Request
6 changes: 5 additions & 1 deletion cypress-studio/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# dependencies
node_modules
node_modules
cypress/results/*
cypress/reports/*
cypress/screenshots/*
cypress/videos/*
73 changes: 73 additions & 0 deletions cypress-studio/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
<div id="top"></div>

<!-- PROJECT SHIELDS -->
[![Cypress.io](https://img.shields.io/badge/tested%20with-Cypress-04C38E.svg)](https://www.cypress.io/)
![example workflow](https://github.com/ModusCreateOrg/qa-coe-experiments/actions/workflows/main.yml/badge.svg)

<!-- PROJECT LOGO -->
<br />
<div align="center">
<p align="center">
<a href="https://www.cypress.io"><img src="https://cloud.githubusercontent.com/assets/1268976/20607953/d7ae489c-b24a-11e6-9cc4-91c6c74c5e88.png"/></a>
</p>

<h3 align="center">Cypress Studio experiment</h3>
</div>

<!-- ABOUT THE PROJECT -->
## About The Project

The main goal of this experiment is to share with the community how `Cypress Studio` feature works and we're open for suggestions that improves the code as well.

<p align="right">(<a href="#top">back to top</a>)</p>

<!-- GETTING STARTED -->
## Getting Started

### Prerequisites

* npm
```sh
npm install npm@latest -g
```

### How to run cypress tests

1. Clone the repo
```sh
git clone https://github.com/ModusCreateOrg/qa-coe-experiments
```
3. Install NPM packages under `cypress-studio` folder
```sh
cd cypress-studio
npm install
```
4. You can run cypress tests in two ways:

* Headless

```javascript
./node_modules/.bin/cypress run
```
or
* Open Cypress Test Runner
```javascript
./node_modules/.bin/cypress open
```

<p align="right">(<a href="#top">back to top</a>)</p>

<!-- CONTACT -->
## Contact

Pedro Hyvo - [@pedrohyvo](https://www.linkedin.com/in/pedrohyvo/)

<p align="right">(<a href="#top">back to top</a>)</p>


<!-- ACKNOWLEDGMENTS -->
## Acknowledgments

* [Cypress Studio documentation](https://docs.cypress.io/guides/core-concepts/cypress-studio)

<p align="right">(<a href="#top">back to top</a>)</p>
Binary file added imgs/coe-logo-qa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.