Skip to content

Commit

Permalink
Merge pull request #1009 from nextcloud/test/dynamite/e2e
Browse files Browse the repository at this point in the history
Test/dynamite/e2e
  • Loading branch information
Leptopoda authored Oct 23, 2023
2 parents fed0e7b + a4a8792 commit 4020507
Show file tree
Hide file tree
Showing 12 changed files with 2,447 additions and 0 deletions.
1 change: 1 addition & 0 deletions commitlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ rules:
- app
- dynamite
- dynamite_runtime
- dynamite_end_to_end_test
- file_icons
- neon
- neon_dashboard
Expand Down
4 changes: 4 additions & 0 deletions packages/dynamite/dynamite_end_to_end_test/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Dynamite end to end test

This package contains OpenAPI specs to test the [dynamite](../dynamite) generator.
This package is not meant for publishing.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include: package:neon_lints/dart.yaml
8 changes: 8 additions & 0 deletions packages/dynamite/dynamite_end_to_end_test/generate.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash
set -euxo pipefail

(
fvm dart pub run build_runner build --delete-conflicting-outputs
fvm dart fix --apply lib/
melos run format
)
Loading

0 comments on commit 4020507

Please sign in to comment.