Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webapp Conventions Tasks mit Zwischenspeicher #118

Closed
haschi opened this issue Jul 20, 2021 · 1 comment · Fixed by #119
Closed

Webapp Conventions Tasks mit Zwischenspeicher #118

haschi opened this issue Jul 20, 2021 · 1 comment · Fixed by #119
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@haschi
Copy link
Contributor

haschi commented Jul 20, 2021

Zwischenspeicher für die Tasks vue, unit und e2e verwenden.

Siehe https://docs.gradle.org/current/userguide/build_cache.html#using_the_runtime_api

@haschi haschi self-assigned this Jul 20, 2021
@haschi haschi added the enhancement New feature or request label Jul 20, 2021
@haschi haschi added this to To do in Gemeinsame Aufgaben via automation Jul 20, 2021
@haschi haschi added this to the M1 milestone Jul 20, 2021
@haschi haschi moved this from To do to In progress in Gemeinsame Aufgaben Jul 20, 2021
@haschi
Copy link
Contributor Author

haschi commented Jul 20, 2021

Bezüglich der Ausgabe von cypress auf der Konsole habe ich folgendes gefunden:

Finger weg davon Fliegt mir nur um die Ohren.

Bis es eine neue Version von vue-cli-plugin gibt, lebe ich mit der zertstrubbelten Ausgabe.

Auf jeden fall werden junit reports ausgegeben

haschi added a commit that referenced this issue Jul 21, 2021
Tests für wolkenschloss.conventions.webapp Plugin:
Prüfen, ob Testreports erstellt wurden.
Testreports sind Build-Ergebnisse der Test Tasks.

issue: #118
@haschi haschi linked a pull request Jul 21, 2021 that will close this issue
Gemeinsame Aufgaben automation moved this from In progress to Done Jul 21, 2021
haschi added a commit that referenced this issue Jul 21, 2021
* feat: Gradle Build Cache für vue, unit und e2e Tasks

issue: #118
haschi added a commit that referenced this issue Jul 21, 2021
Alle Tags innerhalb eines <template v-for="..:>
benötigen ein :key Attribut.

Siehe https://forum.vuejs.org/t/v-for-on-templates/8359/2

issue: #118
haschi added a commit that referenced this issue Jul 21, 2021
…aden

App.vue kann nicht asynchron geladen werden.
home~recipe.[hash].js entsteht durch gemeinsame
Abhängigkeiten. Reihenfolge der import
Anweisungen ist wichtig, da es sonst zu Warnungen
kommt. Alternativ gemeinsame Abhängigkeiten
asynchron nachladen. (Edit.vue ...)

issue: #118
@haschi haschi linked a pull request Jul 21, 2021 that will close this issue
haschi added a commit that referenced this issue Jul 21, 2021
* fix(cookbook/webapp): Warnungen bezüglich v-for Direktive beseitigt.

Alle Tags innerhalb eines <template v-for="..:>
benötigen ein :key Attribut.

Siehe https://forum.vuejs.org/t/v-for-on-templates/8359/2

issue: #118

* feat(cookbook/webapp): Komponenten der Benutzeroberfläche asynchron laden

App.vue kann nicht asynchron geladen werden.
home~recipe.[hash].js entsteht durch gemeinsame
Abhängigkeiten. Reihenfolge der import
Anweisungen ist wichtig, da es sonst zu Warnungen
kommt. Alternativ gemeinsame Abhängigkeiten
asynchron nachladen. (Edit.vue ...)

issue: #118
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging a pull request may close this issue.

1 participant