Skip to content

Commit d27c8f4

Browse files
committed
test: add webapplication snapshots
1 parent 7009385 commit d27c8f4

16 files changed

Lines changed: 157 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
3+
<types>
4+
<members>SnapApp</members>
5+
<name>WebApplication</name>
6+
</types>
7+
<version>66.0</version>
8+
</Package>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<WebApplication xmlns="http://soap.sforce.com/2006/04/metadata">
3+
<masterLabel>Snap App</masterLabel>
4+
<description>Snapshot test app</description>
5+
<version>1.0</version>
6+
<isActive>true</isActive>
7+
</WebApplication>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
console.log('Snap App loaded');
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>Snap App</title>
6+
</head>
7+
<body>
8+
<h1>Snap App</h1>
9+
<script src="app.js"></script>
10+
</body>
11+
</html>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"outputDir": "src"
3+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<WebApplication xmlns="http://soap.sforce.com/2006/04/metadata">
3+
<masterLabel>Snap App</masterLabel>
4+
<description>Snapshot test app</description>
5+
<version>1.0</version>
6+
<isActive>true</isActive>
7+
</WebApplication>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
console.log('Snap App loaded');
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>Snap App</title>
6+
</head>
7+
<body>
8+
<h1>Snap App</h1>
9+
<script src="app.js"></script>
10+
</body>
11+
</html>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"outputDir": "src"
3+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
3+
<types>
4+
<members>SnapApp</members>
5+
<name>WebApplication</name>
6+
</types>
7+
<version>66.0</version>
8+
</Package>

0 commit comments

Comments
 (0)