-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathdevinstall.sh
More file actions
executable file
·32 lines (25 loc) · 3.13 KB
/
devinstall.sh
File metadata and controls
executable file
·32 lines (25 loc) · 3.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#!/bin/bash
cd ~
pwd
rm -fR Documents/workspace/microting/eform-angular-frontend/eform-client/src/app/plugins/modules/items-planning-pn
cp -a Documents/workspace/microting/eform-angular-items-planning-plugin/eform-client/src/app/plugins/modules/items-planning-pn Documents/workspace/microting/eform-angular-frontend/eform-client/src/app/plugins/modules/items-planning-pn
mkdir Documents/workspace/microting/eform-angular-frontend/eFormAPI/Plugins
rm -fR Documents/workspace/microting/eform-angular-frontend/eFormAPI/Plugins/ItemsPlanning.Pn
cp -a Documents/workspace/microting/eform-angular-items-planning-plugin/eFormAPI/Plugins/ItemsPlanning.Pn Documents/workspace/microting/eform-angular-frontend/eFormAPI/Plugins/ItemsPlanning.Pn
# Test files rm
rm -fR Documents/workspace/microting/eform-angular-frontend/eform-client/e2e/Tests/items-planning-settings
rm -fR Documents/workspace/microting/eform-angular-frontend/eform-client/e2e/Tests/items-planning-general
rm -fR Documents/workspace/microting/eform-angular-frontend/eform-client/e2e/Page\ objects/ItemsPlanning
rm -fR Documents/workspace/microting/eform-angular-frontend/eform-client/e2e/Assets
rm -fR Documents/workspace/microting/eform-angular-frontend/eform-client/wdio-plugin-step2.conf.ts
rm -fR Documents/workspace/microting/eform-angular-frontend/eform-client/cypress/e2e/plugins/items-planning-pn
mkdir -p Documents/workspace/microting/eform-angular-frontend/eform-client/cypress/e2e/plugins
# Test files cp
cp -a Documents/workspace/microting/eform-angular-items-planning-plugin/eform-client/e2e/Tests/items-planning-settings Documents/workspace/microting/eform-angular-frontend/eform-client/e2e/Tests/items-planning-settings
cp -a Documents/workspace/microting/eform-angular-items-planning-plugin/eform-client/e2e/Tests/items-planning-general Documents/workspace/microting/eform-angular-frontend/eform-client/e2e/Tests/items-planning-general
cp -a Documents/workspace/microting/eform-angular-items-planning-plugin/eform-client/e2e/Page\ objects/ItemsPlanning Documents/workspace/microting/eform-angular-frontend/eform-client/e2e/Page\ objects/ItemsPlanning
cp -a Documents/workspace/microting/eform-angular-items-planning-plugin/eform-client/e2e/Assets Documents/workspace/microting/eform-angular-frontend/eform-client/e2e/Assets
cp -a Documents/workspace/microting/eform-angular-items-planning-plugin/eform-client/wdio-headless-plugin-step2a.conf.ts Documents/workspace/microting/eform-angular-frontend/eform-client/wdio-headless-plugin-step2a.conf.ts
cp -a Documents/workspace/microting/eform-angular-items-planning-plugin/eform-client/wdio-headless-plugin-step2b.conf.ts Documents/workspace/microting/eform-angular-frontend/eform-client/wdio-headless-plugin-step2b.conf.ts
cp -a Documents/workspace/microting/eform-angular-items-planning-plugin/eform-client/wdio-headless-plugin-step2c.conf.ts Documents/workspace/microting/eform-angular-frontend/eform-client/wdio-headless-plugin-step2c.conf.ts
cp -a Documents/workspace/microting/eform-angular-items-planning-plugin/eform-client/cypress/e2e/plugins/items-planning-pn Documents/workspace/microting/eform-angular-frontend/eform-client/cypress/e2e/plugins/items-planning-pn