Prevent cypress from parsing markdown files

If there is a README.md in `integration/` folder, cypress crashes.
This commit is contained in:
Robert Schäfer 2019-04-12 14:54:40 +02:00
parent d3ff3ca241
commit e89e038158
2 changed files with 7 additions and 7 deletions

View File

@ -26,7 +26,7 @@
* [Backend tests](backend/testing.md) * [Backend tests](backend/testing.md)
* [Contributing](CONTRIBUTING.md) * [Contributing](CONTRIBUTING.md)
* [Deployment](deployment/README.md) * [Deployment](deployment/README.md)
* [Feature Specification](cypress/integration/README.md) * [Feature Specification](cypress/features.md)
* [Code of conduct](CODE_OF_CONDUCT.md) * [Code of conduct](CODE_OF_CONDUCT.md)
* [License](LICENSE.md) * [License](LICENSE.md)

View File

@ -16,7 +16,7 @@ The following features will be implemented. This gets done in three steps:
### User Account ### User Account
[Cucumber Features](./user_account) [Cucumber Features](./integration/user_account)
* Sign-up * Sign-up
* Agree to Data Privacy Statement * Agree to Data Privacy Statement
@ -34,7 +34,7 @@ The following features will be implemented. This gets done in three steps:
### User Profile ### User Profile
[Cucumber Features](./user_profile) [Cucumber Features](./integration/user_profile)
* Upload and Change Avatar * Upload and Change Avatar
* Upload and Change Profile Picture * Upload and Change Profile Picture
@ -59,7 +59,7 @@ The following features will be implemented. This gets done in three steps:
### Posts ### Posts
[Cucumber Features](./post/) [Cucumber Features](./integration/post/)
* Creating Posts * Creating Posts
* Persistent Links * Persistent Links
@ -109,7 +109,7 @@ The following features will be implemented. This gets done in three steps:
### Search ### Search
[Cucumber Features](./search) [Cucumber Features](./integration/search)
* Search for Categories * Search for Categories
* Search for Tags * Search for Tags
@ -230,7 +230,7 @@ Shows automatically related actions for existing post.
### Moderation ### Moderation
[Cucumber Features](./moderation) [Cucumber Features](./integration/moderation)
* Report Button for users for doubtful Content * Report Button for users for doubtful Content
* Moderator Panel * Moderator Panel
@ -255,7 +255,7 @@ Shows automatically related actions for existing post.
### Internationalization ### Internationalization
[Cucumber Features](./internationalization) [Cucumber Features](./integration/internationalization)
* Frontend UI * Frontend UI
* Backend Error Messages * Backend Error Messages