Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cypress tests for fight, npc, map, signup, stats #1563

Merged
merged 13 commits into from
Oct 7, 2023
Merged

Commits on Oct 6, 2023

  1. Clarify workflow as being just the functional tests,

    and exit fail for now as a status code with npm run start,
    which does not do as expected on the current test system...
    tchalvak committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    621a1d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8727a3 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Tests for fight, map, skills,

    add egg item, modifications to try to improve npcs, especially that
    tricksy thief.
    tchalvak committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    c96f5a0 View commit details
    Browse the repository at this point in the history
  2. style: format code with PHP CS Fixer

    This commit fixes the style issues introduced in c96f5a0 according to the output
    from PHP CS Fixer.
    
    Details: #1563
    deepsource-autofix[bot] authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    151fd62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6be303e View commit details
    Browse the repository at this point in the history
  4. Fix minor loop intensivity,

    probably a microoptimization, but static analysis picked it up.
    tchalvak committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    3a6bcc1 View commit details
    Browse the repository at this point in the history
  5. Allow direct attacks of npcs,

    without triggering a main iframe jump.
    tchalvak committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    3b670b9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ce1e208 View commit details
    Browse the repository at this point in the history
  7. Replace the lingua article call with just

    a simple vowel hack.
    tchalvak committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    7c3c817 View commit details
    Browse the repository at this point in the history
  8. style: format code with PHP CS Fixer

    This commit fixes the style issues introduced in 7c3c817 according to the output
    from PHP CS Fixer.
    
    Details: #1563
    deepsource-autofix[bot] authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    00a6790 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d1f182c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    de7f6c7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    be03d19 View commit details
    Browse the repository at this point in the history