chore: add apps for profiling

This commit is contained in:
shirakaba
2022-12-17 16:53:07 +09:00
parent fe60cfac04
commit 2d0c3ff6a9
40 changed files with 822 additions and 0 deletions

View File

@@ -17,6 +17,42 @@ module.exports = {
},
// app testing targets
apps: {
'...New...': {
script: `npx cowsay "New DOM Events 💎"`,
description: ` 🔻 New`,
},
new: {
clean: {
script: 'nx run apps-new:clean',
description: '⚆ Clean 🧹',
},
ios: {
script: 'nx run apps-new:ios',
description: '⚆ Run iOS ',
},
android: {
script: 'nx run apps-new:android',
description: '⚆ Run Android 🤖',
},
},
'...Old...': {
script: `npx cowsay "Old bespoke events 🏚"`,
description: ` 🔻 Old`,
},
old: {
clean: {
script: 'nx run apps-old:clean',
description: '⚆ Clean 🧹',
},
ios: {
script: 'nx run apps-old:ios',
description: '⚆ Run iOS ',
},
android: {
script: 'nx run apps-old:android',
description: '⚆ Run Android 🤖',
},
},
"...Automated...": {
script: `npx cowsay "These run fast, watch the fireworks! 🎆"`,
description: ` 🔻 Automated test runner which executes e2e tests on the target platform 🎆`