-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathdevinstall.sh
More file actions
executable file
·29 lines (22 loc) · 2.59 KB
/
devinstall.sh
File metadata and controls
executable file
·29 lines (22 loc) · 2.59 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
#!/bin/bash
cd ~
pwd
rm -fR Documents/workspace/microting/eform-angular-frontend/eform-client/src/app/plugins/modules/time-planning-pn
cp -a Documents/workspace/microting/eform-angular-timeplanning-plugin/eform-client/src/app/plugins/modules/time-planning-pn Documents/workspace/microting/eform-angular-frontend/eform-client/src/app/plugins/modules/time-planning-pn
mkdir -p Documents/workspace/microting/eform-angular-frontend/eFormAPI/Plugins
rm -fR Documents/workspace/microting/eform-angular-frontend/eFormAPI/Plugins/TimePlanning.Pn
cp -a Documents/workspace/microting/eform-angular-timeplanning-plugin/eFormAPI/Plugins/TimePlanning.Pn Documents/workspace/microting/eform-angular-frontend/eFormAPI/Plugins/TimePlanning.Pn
# Test files rm
rm -fR Documents/workspace/microting/eform-angular-frontend/eform-client/e2e/Tests/time-planning-settings
rm -fR Documents/workspace/microting/eform-angular-frontend/eform-client/e2e/Tests/time-planning-general
rm -fR Documents/workspace/microting/eform-angular-frontend/eform-client/e2e/Page\ objects/TimePlanning
rm -fR Documents/workspace/microting/eform-angular-frontend/eform-client/wdio-headless-plugin-step2a.conf.ts
mkdir -p Documents/workspace/microting/eform-angular-frontend/eform-client/cypress/e2e/plugins
rm -fR Documents/workspace/microting/eform-angular-frontend/eform-client/cypress/e2e/plugins/time-planning-pn
# Test files cp
cp -av Documents/workspace/microting/eform-angular-timeplanning-plugin/eform-client/e2e/Tests/time-planning-settings Documents/workspace/microting/eform-angular-frontend/eform-client/e2e/Tests/time-planning-settings
cp -av Documents/workspace/microting/eform-angular-timeplanning-plugin/eform-client/e2e/Tests/time-planning-general Documents/workspace/microting/eform-angular-frontend/eform-client/e2e/Tests/time-planning-general
cp -av Documents/workspace/microting/eform-angular-timeplanning-plugin/eform-client/e2e/Page\ objects/TimePlanning Documents/workspace/microting/eform-angular-frontend/eform-client/e2e/Page\ objects/TimePlanning
cp -av Documents/workspace/microting/eform-angular-timeplanning-plugin/eform-client/wdio-headless-plugin-step2.conf.ts Documents/workspace/microting/eform-angular-frontend/eform-client/wdio-headless-plugin-step2a.conf.ts
cp -av Documents/workspace/microting/eform-angular-timeplanning-plugin/eform-client/cypress/e2e/plugins/time-planning-pn Documents/workspace/microting/eform-angular-frontend/eform-client/cypress/e2e/plugins/time-planning-pn
cp -av Documents/workspace/microting/eform-angular-timeplanning-plugin/eform-client/cypress/fixtures Documents/workspace/microting/eform-angular-frontend/eform-client/cypress