Skip to content

Commit d1bf577

Browse files
pethersgithub-actions[bot]
authored andcommitted
chore(release): bump version to v0.0.2
1 parent 91bcbff commit d1bf577

3 files changed

Lines changed: 36 additions & 3 deletions

File tree

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<testsuites name="Mocha Tests" time="1.822" tests="8" failures="0">
3+
<testsuite name="Root Suite" timestamp="2025-05-25T13:51:32" tests="0" file="cypress/e2e/app.cy.ts" failures="0" time="0">
4+
</testsuite>
5+
<testsuite name="PixiJS Game E2E" timestamp="2025-05-25T13:51:32" tests="0" failures="0" time="0">
6+
</testsuite>
7+
<testsuite name="Initial Page Load" timestamp="2025-05-25T13:51:32" tests="2" failures="0" time="0.935">
8+
<testcase name="PixiJS Game E2E Initial Page Load should display the game page correctly" time="0.771" classname="should display the game page correctly" failure="false" error="false" success="true">
9+
</testcase>
10+
<testcase name="PixiJS Game E2E Initial Page Load should have proper page structure" time="0.164" classname="should have proper page structure" failure="false" error="false" success="true">
11+
</testcase>
12+
</testsuite>
13+
<testsuite name="Game Canvas" timestamp="2025-05-25T13:51:33" tests="2" failures="0" time="0.344">
14+
<testcase name="PixiJS Game E2E Game Canvas should render the PixiJS canvas" time="0.121" classname="should render the PixiJS canvas" failure="false" error="false" success="true">
15+
</testcase>
16+
<testcase name="PixiJS Game E2E Game Canvas should have the correct canvas dimensions" time="0.223" classname="should have the correct canvas dimensions" failure="false" error="false" success="true">
17+
</testcase>
18+
</testsuite>
19+
<testsuite name="Game Interaction" timestamp="2025-05-25T13:51:34" tests="1" failures="0" time="0.165">
20+
<testcase name="PixiJS Game E2E Game Interaction should be interactive" time="0.165" classname="should be interactive" failure="false" error="false" success="true">
21+
</testcase>
22+
</testsuite>
23+
<testsuite name="Accessibility" timestamp="2025-05-25T13:51:35" tests="2" failures="0" time="0.245">
24+
<testcase name="PixiJS Game E2E Accessibility should have proper heading structure" time="0.108" classname="should have proper heading structure" failure="false" error="false" success="true">
25+
</testcase>
26+
<testcase name="PixiJS Game E2E Accessibility should have readable content" time="0.137" classname="should have readable content" failure="false" error="false" success="true">
27+
</testcase>
28+
</testsuite>
29+
<testsuite name="Responsive Design" timestamp="2025-05-25T13:51:36" tests="1" failures="0" time="0.133">
30+
<testcase name="PixiJS Game E2E Responsive Design should be visible on different screen sizes" time="0.133" classname="should be visible on different screen sizes" failure="false" error="false" success="true">
31+
</testcase>
32+
</testsuite>
33+
</testsuites>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "game-app",
33
"private": true,
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)